summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/templates/v3.7/glusterfs-registry-service.yml.j2
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-09-13 21:43:33 -0400
committerGitHub <noreply@github.com>2017-09-13 21:43:33 -0400
commit5ac9d6c547079d748ef3c056b9e7026e5ed89f47 (patch)
tree109f81709882a2893c689dc2c53a804463117d50 /roles/openshift_storage_glusterfs/templates/v3.7/glusterfs-registry-service.yml.j2
parent43b305d773bd7c66fb8e75878707a1a5b78d1a31 (diff)
parentd81b5d69ee11b692062cf2e5f7ddec1151df4d53 (diff)
downloadopenshift-5ac9d6c547079d748ef3c056b9e7026e5ed89f47.tar.gz
openshift-5ac9d6c547079d748ef3c056b9e7026e5ed89f47.tar.bz2
openshift-5ac9d6c547079d748ef3c056b9e7026e5ed89f47.tar.xz
openshift-5ac9d6c547079d748ef3c056b9e7026e5ed89f47.zip
Merge pull request #5315 from jarrpa/glusterfs-fixes-3.7
GlusterFS: Various fixes
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: {}