Externalize networking (welcome Wild Central!)
This commit is contained in:
@@ -1,30 +1,28 @@
|
||||
version: 6.10.3-2
|
||||
version: 6.10.3-3
|
||||
requires:
|
||||
- name: postgres
|
||||
- name: postgres
|
||||
defaultConfig:
|
||||
namespace: taiga
|
||||
externalDnsDomain: "{{ .cloud.domain }}"
|
||||
domain: taiga.{{ .cloud.domain }}
|
||||
tlsSecretName: wildcard-wild-cloud-tls
|
||||
mediaStorage: 2Gi
|
||||
staticStorage: 2Gi
|
||||
db:
|
||||
host: "{{ .apps.postgres.host }}"
|
||||
port: "{{ .apps.postgres.port }}"
|
||||
host: '{{ .apps.postgres.host }}'
|
||||
port: '{{ .apps.postgres.port }}'
|
||||
name: taiga
|
||||
user: taiga
|
||||
smtp:
|
||||
host: ""
|
||||
port: "587"
|
||||
user: ""
|
||||
host: ''
|
||||
port: '587'
|
||||
user: ''
|
||||
from: taiga@{{ .cloud.domain }}
|
||||
tls: "True"
|
||||
ssl: "False"
|
||||
tls: 'True'
|
||||
ssl: 'False'
|
||||
defaultSecrets:
|
||||
- key: secretKey
|
||||
- key: dbPassword
|
||||
- key: rabbitmqPassword
|
||||
- key: rabbitmqErlangCookie
|
||||
- key: smtpPassword
|
||||
- key: secretKey
|
||||
- key: dbPassword
|
||||
- key: rabbitmqPassword
|
||||
- key: rabbitmqErlangCookie
|
||||
- key: smtpPassword
|
||||
requiredSecrets:
|
||||
- postgres.password
|
||||
- postgres.password
|
||||
|
||||
Reference in New Issue
Block a user