25 lines
547 B
YAML
25 lines
547 B
YAML
version: 5.1.0-2
|
|
requires:
|
|
- name: mysql
|
|
- name: redis
|
|
defaultConfig:
|
|
namespace: ushahidi
|
|
externalDnsDomain: '{{ .cloud.domain }}'
|
|
domain: ushahidi.{{ .cloud.domain }}
|
|
apiDomain: ushahidi-api.{{ .cloud.domain }}
|
|
tlsSecretName: wildcard-wild-cloud-tls
|
|
storage: 2Gi
|
|
db:
|
|
host: '{{ .apps.mysql.host }}'
|
|
port: '3306'
|
|
name: ushahidi
|
|
user: ushahidi
|
|
redis:
|
|
host: '{{ .apps.redis.host }}'
|
|
port: '{{ .apps.redis.port }}'
|
|
defaultSecrets:
|
|
- key: appKey
|
|
- key: dbPassword
|
|
requiredSecrets:
|
|
- mysql.rootPassword
|