File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,19 @@ spec:
4343 liveness :
4444 path : /health/liveness
4545 port : 10220
46+ failureThreshold : 6
47+ timeout : 3
4648 readiness :
4749 path : /health/readiness
4850 port : 10220
51+ failureThreshold : 6
52+ timeout : 3
4953 startup :
5054 path : /health/readiness
5155 port : 10220
56+ initialDelay : 30
57+ failureThreshold : 10
58+ timeout : 3
5259
5360 prometheus :
5461 enabled : true
Original file line number Diff line number Diff line change @@ -44,12 +44,19 @@ spec:
4444 liveness :
4545 path : /health/liveness
4646 port : 10220
47+ failureThreshold : 6
48+ timeout : 3
4749 readiness :
4850 path : /health/readiness
4951 port : 10220
52+ failureThreshold : 6
53+ timeout : 3
5054 startup :
5155 path : /health/readiness
5256 port : 10220
57+ initialDelay : 30
58+ failureThreshold : 10
59+ timeout : 3
5360
5461 prometheus :
5562 enabled : true
You can’t perform that action at this time.
0 commit comments