Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Commit b2b36e3

Browse files
committed
fix: increase startupProbe timeout
1 parent 3e3d5e6 commit b2b36e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/workflow/charts/app/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
cpu: {{ .Values.resources.requests.cpu }}
7878
memory: {{ .Values.resources.requests.memory }}
7979
startupProbe:
80-
failureThreshold: 12
80+
failureThreshold: 30
8181
httpGet:
8282
path: {{ .Values.probesPath }}
8383
port: http

0 commit comments

Comments
 (0)