From c54549957ee6660edd0e0f617e771287d98bda41 Mon Sep 17 00:00:00 2001
From: Samuel Galson <samgalson@gmail.com>
Date: Fri, 26 Jan 2018 15:41:00 +0000
Subject: [PATCH] fix couch endpoint

---
 provisioning/couchdb-ingress.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/provisioning/couchdb-ingress.yaml b/provisioning/couchdb-ingress.yaml
index fe3df6e..a2aa1ac 100644
--- a/provisioning/couchdb-ingress.yaml
+++ b/provisioning/couchdb-ingress.yaml
@@ -11,10 +11,10 @@ metadata:
 spec:
   tls:
   - hosts:
-    - ${CI_ENVIRONMENT_SLUG}.gateway.xpub.semioticsquares.com 
+    - couchdb-${CI_ENVIRONMENT_SLUG}.gateway.xpub.semioticsquares.com 
     secretName: couchdb-tls-${CI_ENVIRONMENT_SLUG}
   rules:
-  - host: ${CI_ENVIRONMENT_SLUG}.gateway.xpub.semioticsquares.com 
+  - host: couchdb-${CI_ENVIRONMENT_SLUG}.gateway.xpub.semioticsquares.com 
     http:
       paths:
       - path: /
-- 
GitLab