Externalize networking (welcome Wild Central!)
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
version: 2.2.7-1
|
||||
version: 2.2.7-2
|
||||
requires:
|
||||
- name: postgres
|
||||
- name: postgres
|
||||
defaultConfig:
|
||||
namespace: etherpad
|
||||
externalDnsDomain: '{{ .cloud.domain }}'
|
||||
domain: etherpad.{{ .cloud.domain }}
|
||||
tlsSecretName: wildcard-wild-cloud-tls
|
||||
storage: 2Gi
|
||||
title: Etherpad
|
||||
db:
|
||||
@@ -14,9 +12,10 @@ defaultConfig:
|
||||
name: etherpad
|
||||
user: etherpad
|
||||
defaultSecrets:
|
||||
- key: adminPassword
|
||||
- key: dbPassword
|
||||
- key: dbUrl
|
||||
default: 'postgresql://{{ .app.db.user }}:{{ .secrets.dbPassword }}@{{ .app.db.host }}:{{ .app.db.port }}/{{ .app.db.name }}?sslmode=disable'
|
||||
- key: adminPassword
|
||||
- key: dbPassword
|
||||
- key: dbUrl
|
||||
default: postgresql://{{ .app.db.user }}:{{ .secrets.dbPassword }}@{{ .app.db.host
|
||||
}}:{{ .app.db.port }}/{{ .app.db.name }}?sslmode=disable
|
||||
requiredSecrets:
|
||||
- postgres.password
|
||||
- postgres.password
|
||||
|
||||
Reference in New Issue
Block a user