Adds ushahidi app.
This commit is contained in:
24
ushahidi/versions/5/manifest.yaml
Normal file
24
ushahidi/versions/5/manifest.yaml
Normal 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
|
||||
Reference in New Issue
Block a user