29 lines
549 B
YAML
29 lines
549 B
YAML
version: 6.10.3-3
|
|
requires:
|
|
- name: postgres
|
|
defaultConfig:
|
|
namespace: taiga
|
|
domain: taiga.{{ .cloud.domain }}
|
|
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
|