Skip to content
Snippets Groups Projects
Commit c5454995 authored by Sam Galson's avatar Sam Galson
Browse files

fix couch endpoint

parent 486b873e
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,10 @@ metadata: ...@@ -11,10 +11,10 @@ metadata:
spec: spec:
tls: tls:
- hosts: - hosts:
- ${CI_ENVIRONMENT_SLUG}.gateway.xpub.semioticsquares.com - couchdb-${CI_ENVIRONMENT_SLUG}.gateway.xpub.semioticsquares.com
secretName: couchdb-tls-${CI_ENVIRONMENT_SLUG} secretName: couchdb-tls-${CI_ENVIRONMENT_SLUG}
rules: rules:
- host: ${CI_ENVIRONMENT_SLUG}.gateway.xpub.semioticsquares.com - host: couchdb-${CI_ENVIRONMENT_SLUG}.gateway.xpub.semioticsquares.com
http: http:
paths: paths:
- path: / - path: /
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment