17 lines
395 B
YAML
17 lines
395 B
YAML
bytebase:
|
|
version: {{ .Env.BYTEBASE_VERSION }}
|
|
|
|
option:
|
|
external-url: https://{{ .Env.BYTEBASE_HOST }}
|
|
|
|
externalPg:
|
|
pgHost: "postgres-cluster-rw.postgres"
|
|
pgPort: "5432"
|
|
pgUsername: "bytebase"
|
|
pgDatabase: "bytebase"
|
|
existingPgPasswordSecret: "bytebase-database-secret"
|
|
existingPgPasswordSecretKey: "password"
|
|
|
|
persistence:
|
|
enabled: true
|