summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/templates/v3.10/heketi-endpoints.yml.j2
blob: 99cbdf7485adbf2a222af9cebe8573e5a26fc4d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
apiVersion: v1
kind: Endpoints
metadata:
  name: heketi-db-{{ 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