summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/templates/v3.10/glusterfs-registry-endpoints.yml.j2
blob: 3c874d9102e6632cf1275852ac83b51767045fa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
apiVersion: v1
kind: Endpoints
metadata:
  name: {{ openshift_hosted_registry_storage_glusterfs_endpoints }}
subsets:
- addresses:
{% for ip in openshift_hosted_registry_storage_glusterfs_ips %}
  - ip: {{ ip }}
{% endfor %}
  ports:
  - port: 1