Adds umap app.

This commit is contained in:
2026-06-19 21:33:30 +00:00
parent 0449272102
commit da8dfe9196
10 changed files with 288 additions and 0 deletions

View 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