Skip to content

Commit

Permalink
increase probe times to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
samdulam committed Apr 8, 2024
1 parent 425671c commit 5c2b066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/portainer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
containerPort: 8000
protocol: TCP
livenessProbe:
failureThreshold: 3
failureThreshold: 5
initialDelaySeconds: 45
periodSeconds: 30
httpGet:
Expand Down Expand Up @@ -144,7 +144,7 @@ spec:
{{- end }}
{{- end }}
readinessProbe:
failureThreshold: 3
failureThreshold: 5
initialDelaySeconds: 45
periodSeconds: 30
httpGet:
Expand Down

0 comments on commit 5c2b066

Please sign in to comment.