Adds umap app.
This commit is contained in:
21
umap/versions/3/manifest.yaml
Normal file
21
umap/versions/3/manifest.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
version: 3.7.3-1
|
||||
requires:
|
||||
- name: postgres
|
||||
defaultConfig:
|
||||
namespace: umap
|
||||
externalDnsDomain: '{{ .cloud.domain }}'
|
||||
domain: umap.{{ .cloud.domain }}
|
||||
tlsSecretName: wildcard-wild-cloud-tls
|
||||
storage: 2Gi
|
||||
db:
|
||||
host: '{{ .apps.postgres.host }}'
|
||||
port: '{{ .apps.postgres.port }}'
|
||||
name: umap
|
||||
user: umap
|
||||
defaultSecrets:
|
||||
- key: dbPassword
|
||||
- key: secretKey
|
||||
- key: databaseUrl
|
||||
default: 'postgis://{{ .app.db.user }}:{{ .secrets.dbPassword }}@{{ .app.db.host }}:{{ .app.db.port }}/{{ .app.db.name }}'
|
||||
requiredSecrets:
|
||||
- postgres.password
|
||||
Reference in New Issue
Block a user