Skip to content

Commit ea838c0

Browse files
authoredNov 4, 2024
Set failureThreshold to 3 for improved stability (#214)
Signed-off-by: Rokibul Hasan <mdrokibulhasan@appscode.com>
1 parent 870ab80 commit ea838c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/proxyagent/agent/manifests/charts/addon-agent/templates/addon-agent-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
scheme: HTTP
6161
port: 8888
6262
initialDelaySeconds: 10
63-
failureThreshold: 1
63+
failureThreshold: 3
6464
periodSeconds: 10
6565
env:
6666
{{- if .Values.proxyConfig.HTTP_PROXY }}

0 commit comments

Comments
 (0)
Failed to load comments.