mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-07-16 16:35:41 +00:00
32 lines
496 B
YAML
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
|