fix(chart): try to bump probes a bit

This commit is contained in:
MiniDigger | Martin 2023-01-07 20:38:33 +01:00
parent 5b0013a796
commit 50ac860fe7

View File

@ -63,14 +63,16 @@ spec:
httpGet:
path: /actuator/health/liveness
port: management
initialDelaySeconds: 30
initialDelaySeconds: 60
periodSeconds: 10
failureThreshold: 6
readinessProbe:
httpGet:
path: /actuator/health/readiness
port: management
initialDelaySeconds: 5
periodSeconds: 5
initialDelaySeconds: 30
periodSeconds: 10
failureThreshold: 6
resources:
{{- toYaml .Values.backend.resources | nindent 12 }}
{{- with .Values.backend.nodeSelector }}