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