31 lines
647 B
YAML
31 lines
647 B
YAML
version: 6.10.3-2
|
|
requires:
|
|
- 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 }}"
|
|
name: taiga
|
|
user: taiga
|
|
smtp:
|
|
host: ""
|
|
port: "587"
|
|
user: ""
|
|
from: taiga@{{ .cloud.domain }}
|
|
tls: "True"
|
|
ssl: "False"
|
|
defaultSecrets:
|
|
- key: secretKey
|
|
- key: dbPassword
|
|
- key: rabbitmqPassword
|
|
- key: rabbitmqErlangCookie
|
|
- key: smtpPassword
|
|
requiredSecrets:
|
|
- postgres.password
|