fix(couchdb): add erlangCookie to ExternalSecret and external-dns annotation
- Add erlangCookie field to ExternalSecret from 1Password - Add external-dns target annotation to ingress (10.1.71.80) - Completes CouchDB deployment configuration
This commit is contained in:
@@ -20,6 +20,7 @@ spec:
|
|||||||
adminUsername: "admin"
|
adminUsername: "admin"
|
||||||
adminPassword: "{{ .adminPassword }}"
|
adminPassword: "{{ .adminPassword }}"
|
||||||
cookieAuthSecret: "{{ .cookieAuthSecret }}"
|
cookieAuthSecret: "{{ .cookieAuthSecret }}"
|
||||||
|
erlangCookie: "{{ .erlangCookie }}"
|
||||||
data:
|
data:
|
||||||
- secretKey: adminPassword
|
- secretKey: adminPassword
|
||||||
remoteRef:
|
remoteRef:
|
||||||
@@ -29,3 +30,7 @@ spec:
|
|||||||
remoteRef:
|
remoteRef:
|
||||||
key: couchdb
|
key: couchdb
|
||||||
property: cookie-auth-secret
|
property: cookie-auth-secret
|
||||||
|
- secretKey: erlangCookie
|
||||||
|
remoteRef:
|
||||||
|
key: couchdb
|
||||||
|
property: erlang-cookie
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ ingress:
|
|||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-staging" # Start with staging
|
cert-manager.io/cluster-issuer: "letsencrypt-staging" # Start with staging
|
||||||
external-dns.alpha.kubernetes.io/hostname: "communicore.mk-labs.cloud"
|
external-dns.alpha.kubernetes.io/hostname: "communicore.mk-labs.cloud"
|
||||||
|
external-dns.alpha.kubernetes.io/target: "10.1.71.80"
|
||||||
hosts:
|
hosts:
|
||||||
- communicore.mk-labs.cloud
|
- communicore.mk-labs.cloud
|
||||||
tls:
|
tls:
|
||||||
|
|||||||
Reference in New Issue
Block a user