add api pod probe

This commit is contained in:
perf3ct 2023-10-05 08:55:31 -07:00
parent 4909345cd1
commit 4136286a1a
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 15 additions and 0 deletions

View File

@ -22,6 +22,21 @@ persistence:
mountPath: /etc/vikunja/config.yml
subPath: config.yml
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /api/v1
port: http
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: false
env:
{{ if .Values.redis.enabled }}