Adds ushahidi app.

This commit is contained in:
2026-06-19 21:33:30 +00:00
parent da8dfe9196
commit 2b1db70090
12 changed files with 534 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
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