github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/bytebase/values.yaml (about) 1 # Default values for bytebase. 2 # This is a YAML-formatted file. 3 # Declare variables to be passed into your templates. 4 images: 5 bytebase: 6 registry: infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com 7 repository: apecloud/bytebase 8 tag: beta1 9 pullPolicy: IfNotPresent 10 python: 11 registry: infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com 12 repository: apecloud/python11-tools 13 tag: stable 14 pullPolicy: "" 15 16 17 bytebase: 18 option: 19 port: 8080 20 existingPgURLSecret: "" 21 existingPgURLSecretKey: "" 22 pg: 23 data: /var/opt/bytebase 24 external-url: "https://www.bytebase.com/docs/get-started/install/external-url" 25 disable-sample: false 26 version: 2.5.0 27 registryMirrorHost: "" 28 persistence: 29 storage: 2Gi 30 enabled: false 31 storageClass: "" 32 existingClaim: ""