Skip to content

Commit a8ae560

Browse files
committed
Increase timeout to 5s from 1s (default)
1 parent 46842f1 commit a8ae560

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/prod/chainlog-logger.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ livenessProbe:
4646
- ps -ef | grep logger.py | grep -v grep
4747
initialDelaySeconds: 5
4848
periodSeconds: 30
49+
timeoutSeconds: 5
4950
readinessProbe:
5051
exec:
5152
command:
@@ -54,3 +55,4 @@ readinessProbe:
5455
- ps -ef | grep logger.py | grep -v grep
5556
initialDelaySeconds: 5
5657
periodSeconds: 30
58+
timeoutSeconds: 5

0 commit comments

Comments
 (0)