Adds gancio app.

This commit is contained in:
2026-06-19 21:33:05 +00:00
parent b42f048f5c
commit 777bab792c
10 changed files with 283 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
version: 1.28.2-1
requires:
- name: postgres
defaultConfig:
namespace: gancio
externalDnsDomain: '{{ .cloud.domain }}'
domain: gancio.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
db:
host: '{{ .apps.postgres.host }}'
port: '5432'
name: gancio
user: gancio
defaultSecrets:
- key: dbPassword
- key: dbUrl
default: 'postgresql://{{ .app.db.user }}:{{ .secrets.dbPassword }}@{{ .app.db.host }}:{{ .app.db.port }}/{{ .app.db.name }}?sslmode=disable'
requiredSecrets:
- postgres.password