Adds polis app.

This commit is contained in:
2026-06-19 21:33:23 +00:00
parent bd1116048d
commit cd37c07a33
10 changed files with 351 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
version: 2025.06-1
requires:
- name: postgres
defaultConfig:
namespace: polis
domain: polis.{{ .cloud.domain }}
externalDnsDomain: '{{ .cloud.domain }}'
tlsSecretName: wildcard-wild-cloud-tls
adminEmail: '{{ .operator.email }}'
db:
host: '{{ .apps.postgres.host }}'
port: '{{ .apps.postgres.port }}'
name: polis
user: polis
defaultSecrets:
- key: dbPassword
- key: dbUrl
default: "postgresql://{{ .app.db.user }}:{{ .secrets.dbPassword }}@{{ .app.db.host }}:{{ .app.db.port }}/{{ .app.db.name }}"
- key: loginCodePepper
- key: jwtPrivateKey
- key: jwtPublicKey
requiredSecrets:
- postgres.password