summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/templates/v3.7/glusterfs-registry-service.yml.j2
diff options
context:
space:
mode:
authorJose A. Rivera <jarrpa@redhat.com>2017-08-25 14:24:58 -0500
committerJose A. Rivera <jarrpa@redhat.com>2017-09-06 10:02:09 -0500
commit29a6b62a2393e46e41fa549a7c960ddeb6f034cf (patch)
tree6643e984eac40db98af689be1f3635e3e6dd072e /roles/openshift_storage_glusterfs/templates/v3.7/glusterfs-registry-service.yml.j2
parent57178f35c1bef0c87d814848a0a9f9e4c55de899 (diff)
downloadopenshift-29a6b62a2393e46e41fa549a7c960ddeb6f034cf.tar.gz
openshift-29a6b62a2393e46e41fa549a7c960ddeb6f034cf.tar.bz2
openshift-29a6b62a2393e46e41fa549a7c960ddeb6f034cf.tar.xz
openshift-29a6b62a2393e46e41fa549a7c960ddeb6f034cf.zip
GlusterFS: Add files/templates for v3.7
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'roles/openshift_storage_glusterfs/templates/v3.7/glusterfs-registry-service.yml.j2')
-rw-r--r--roles/openshift_storage_glusterfs/templates/v3.7/glusterfs-registry-service.yml.j210
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/openshift_storage_glusterfs/templates/v3.7/glusterfs-registry-service.yml.j2 b/roles/openshift_storage_glusterfs/templates/v3.7/glusterfs-registry-service.yml.j2
new file mode 100644
index 000000000..3f869d2b7
--- /dev/null
+++ b/roles/openshift_storage_glusterfs/templates/v3.7/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: {}