We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46842f1 commit a8ae560Copy full SHA for a8ae560
deploy/prod/chainlog-logger.yaml
@@ -46,6 +46,7 @@ livenessProbe:
46
- ps -ef | grep logger.py | grep -v grep
47
initialDelaySeconds: 5
48
periodSeconds: 30
49
+ timeoutSeconds: 5
50
readinessProbe:
51
exec:
52
command:
@@ -54,3 +55,4 @@ readinessProbe:
54
55
56
57
58
0 commit comments