examples: add Bytebase to custom examples

This commit is contained in:
Masaki Yatsu
2025-09-10 14:51:36 +09:00
parent de88923449
commit 7629ea8032
6 changed files with 202 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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