Externalize networking (welcome Wild Central!)
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
version: 2026.04.1-1
|
||||
version: 2026.04.1-2
|
||||
requires:
|
||||
- name: postgres
|
||||
- name: postgres
|
||||
defaultConfig:
|
||||
namespace: nocodb
|
||||
externalDnsDomain: '{{ .cloud.domain }}'
|
||||
domain: nocodb.{{ .cloud.domain }}
|
||||
tlsSecretName: wildcard-wild-cloud-tls
|
||||
storage: 1Gi
|
||||
db:
|
||||
host: '{{ .apps.postgres.host }}'
|
||||
@@ -13,9 +11,10 @@ defaultConfig:
|
||||
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 }}'
|
||||
- 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
|
||||
- postgres.password
|
||||
|
||||
Reference in New Issue
Block a user