increase probe times to 5

pull/142/head
Sam Dulam 2024-04-08 15:19:30 +05:30
parent 425671c241
commit 5c2b066380
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ spec:
containerPort: 8000
protocol: TCP
livenessProbe:
failureThreshold: 3
failureThreshold: 5
initialDelaySeconds: 45
periodSeconds: 30
httpGet:
@ -144,7 +144,7 @@ spec:
{{- end }}
{{- end }}
readinessProbe:
failureThreshold: 3
failureThreshold: 5
initialDelaySeconds: 45
periodSeconds: 30
httpGet: