summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/templates/v3.6/glusterfs-registry-endpoints.yml.j2
blob: d72d085c9621c9ef398f9fe2f65e8bd0b6b13145 (plain)
1
2
3
4
5
6
7
8
9
10
11
apiVersion: v1
kind: Endpoints
metadata:
  name: glusterfs-registry-endpoints
subsets:
- addresses:
{% for node in groups.oo_glusterfs_to_config %}
  - ip: {{ hostvars[node].glusterfs_ip | default(hostvars[node].openshift.common.ip) }}
{% endfor %}
  ports:
  - port: 1