summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/templates/v3.7/glusterfs-registry-endpoints.yml.j2
blob: 607d25533b17041201062f77b1b743e99c91e5f2 (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