Files
taskchampion-sync-server/helm/taskchampion-sync-server/examples/postgres-values.yaml
2026-05-11 21:11:11 -04:00

32 lines
496 B
YAML

sqlite:
enabled: false
postgres:
enabled: true
existingSecret: "taskchampion-postgres-creds"
database: taskchampion
host: postgres-primary
username: taskchampion-user
clientIdSecret: "taskchampion-client-ids"
env:
RUST_LOG: debug
LISTEN: "0.0.0.0:8080"
CREATE_CLIENTS: "false"
replicas:
enabled: true
count: 3
image:
pullSecrets:
- my-registry-secret
httpRoute:
enabled: true
gateway: "my-gateway"
host: "taskchampion.example.com"
path: "/"
port: 8080