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