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