Adding Helm chart

This commit is contained in:
Jansen Fuller
2026-04-30 22:54:31 -06:00
committed by Dustin J. Mitchell
parent dd1b87dad5
commit b98c87798c
13 changed files with 454 additions and 0 deletions

View 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