From e24140eed34fd8776b051030a601fbc133443f81 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Wed, 3 Jan 2018 14:53:34 -0500 Subject: Add gluster 3.9 templates --- .../templates/v3.9/glusterfs-registry-service.yml.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 roles/openshift_storage_glusterfs/templates/v3.9/glusterfs-registry-service.yml.j2 (limited to 'roles/openshift_storage_glusterfs/templates/v3.9/glusterfs-registry-service.yml.j2') diff --git a/roles/openshift_storage_glusterfs/templates/v3.9/glusterfs-registry-service.yml.j2 b/roles/openshift_storage_glusterfs/templates/v3.9/glusterfs-registry-service.yml.j2 new file mode 100644 index 000000000..3f869d2b7 --- /dev/null +++ b/roles/openshift_storage_glusterfs/templates/v3.9/glusterfs-registry-service.yml.j2 @@ -0,0 +1,10 @@ +--- +apiVersion: v1 +kind: Service +metadata: + name: glusterfs-{{ glusterfs_name }}-endpoints +spec: + ports: + - port: 1 +status: + loadBalancer: {} -- cgit v1.2.3