forked from github-mirrorer/taskchampion-sync-server
* Adding health probes and fixing container permissions * Bump version * Cleanup * No ServiceAccount anymore * No ServiceAccount anymore * Update pull secrets * Fixing yaml issue * Fixed resource requests and limits * Bumping version
34 lines
508 B
YAML
34 lines
508 B
YAML
sqlite:
|
|
enabled: false
|
|
|
|
postgres:
|
|
enabled: true
|
|
database: taskchampion
|
|
host: postgres-primary
|
|
username: taskchampion-user
|
|
|
|
clientIdSecret: "taskchampion-client-ids"
|
|
|
|
env:
|
|
- name: RUST_LOG
|
|
value: debug
|
|
- name: LISTEN
|
|
value: "0.0.0.0:8080"
|
|
- name: CREATE_CLIENTS
|
|
value: "false"
|
|
|
|
replicas:
|
|
enabled: true
|
|
count: 3
|
|
|
|
image:
|
|
pullSecrets:
|
|
- name: my-registry-secret
|
|
|
|
httpRoute:
|
|
enabled: true
|
|
gateway: "my-gateway"
|
|
host: "taskchampion.example.com"
|
|
path: "/"
|
|
port: 8080
|