accounts/deploy/charts/xcontrol/values.yaml
2025-07-25 09:52:07 +08:00

24 lines
341 B
YAML

image:
repository: ghcr.io/example/xcontrol
tag: latest
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 8080
postgresql:
enabled: true
image: postgres:16
auth:
user: xcontrol
password: xcontrol
database: xcontrol
externalPostgresql:
enabled: false
host: ""
user: ""
password: ""
database: ""