Adds nocodb app.

This commit is contained in:
2026-06-19 21:33:17 +00:00
parent 110eca06ce
commit 8f8d3f7680
10 changed files with 275 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
version: 2026.04.1-1
requires:
- name: postgres
defaultConfig:
namespace: nocodb
externalDnsDomain: '{{ .cloud.domain }}'
domain: nocodb.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 1Gi
db:
host: '{{ .apps.postgres.host }}'
port: '{{ .apps.postgres.port }}'
name: nocodb
user: nocodb
defaultSecrets:
- key: dbPassword
- key: ncAuthJwtSecret
- key: dbUrl
default: 'pg://{{ .app.db.host }}:{{ .app.db.port }}?u={{ .app.db.user }}&p={{ .secrets.dbPassword }}&d={{ .app.db.name }}'
requiredSecrets:
- postgres.password