mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-07-17 17:04:57 +00:00
Adding Helm chart
This commit is contained in:
committed by
Dustin J. Mitchell
parent
dd1b87dad5
commit
b98c87798c
31
helm/taskchampion-sync-server/examples/postgres-values.yaml
Normal file
31
helm/taskchampion-sync-server/examples/postgres-values.yaml
Normal file
@ -0,0 +1,31 @@
|
||||
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
|
||||
Reference in New Issue
Block a user