increase timeout

reduce unwanted k8s pod restarts on slow response
This commit is contained in:
LazyDBA247-Anyvision
2021-01-13 22:23:44 +02:00
parent e57e6d6677
commit c1ed647daf
4 changed files with 8 additions and 9 deletions

View File

@@ -158,7 +158,7 @@ spec:
periodSeconds: 90
successThreshold: 1
failureThreshold: 100
timeoutSeconds: 5
timeoutSeconds: 30
livenessProbe:
httpGet:
path: /status
@@ -168,7 +168,7 @@ spec:
periodSeconds: 90
successThreshold: 1
failureThreshold: 4
timeoutSeconds: 5
timeoutSeconds: 30
{{- if .Values.volume.resources }}
resources:
{{ tpl .Values.volume.resources . | nindent 12 | trim }}