glusterfs-registry-endpoints.yml.j2 250 B

123456789101112
  1. ---
  2. apiVersion: v1
  3. kind: Endpoints
  4. metadata:
  5. name: {{ openshift_hosted_registry_storage_glusterfs_endpoints }}
  6. subsets:
  7. - addresses:
  8. {% for ip in openshift_hosted_registry_storage_glusterfs_ips %}
  9. - ip: {{ ip }}
  10. {% endfor %}
  11. ports:
  12. - port: 1