Skip to content

Commit 6a68b8d

Browse files
committed
decrease timeout seconds
1 parent c10ddb3 commit 6a68b8d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

deploy/reverse-watch-service.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ spec:
7070
cpu: 2000m
7171
memory: 8Gi
7272
startupProbe:
73-
timeoutSeconds: 240
74-
periodSeconds: 240
75-
failureThreshold: 1
73+
initialDelaySeconds: 5
74+
timeoutSeconds: 5
75+
periodSeconds: 10
76+
failureThreshold: 24
7677
tcpSocket:
7778
port: 80
7879
livenessProbe:

0 commit comments

Comments
 (0)