Externalize networking (welcome Wild Central!)

This commit is contained in:
2026-07-10 03:49:38 +00:00
parent bb5a76b864
commit dc5518b57f
143 changed files with 691 additions and 1379 deletions

View File

@@ -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