File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,18 +52,18 @@ spec:
5252 httpGet :
5353 path : /api/public/health
5454 port : 8081
55- initialDelaySeconds : 60
56- periodSeconds : 10
57- timeoutSeconds : 5
58- failureThreshold : 3
55+ initialDelaySeconds : 15
56+ periodSeconds : 3
57+ timeoutSeconds : 1
58+ failureThreshold : 5
5959 readinessProbe :
6060 httpGet :
6161 path : /api/public/health
6262 port : 8081
63- initialDelaySeconds : 30
64- periodSeconds : 5
65- timeoutSeconds : 3
66- failureThreshold : 3
63+ initialDelaySeconds : 15
64+ periodSeconds : 3
65+ timeoutSeconds : 1
66+ failureThreshold : 10
6767
6868---
6969apiVersion : v1
Original file line number Diff line number Diff line change @@ -83,15 +83,15 @@ spec:
8383 path : /health/ready
8484 port : 9000
8585 initialDelaySeconds : 3
86- periodSeconds : 10
86+ periodSeconds : 5
8787 successThreshold : 1
8888 failureThreshold : 12
8989 livenessProbe :
9090 httpGet :
9191 path : /health/live
9292 port : 9000
9393 initialDelaySeconds : 3
94- periodSeconds : 10
94+ periodSeconds : 5
9595 successThreshold : 1
9696 failureThreshold : 12
9797 volumes :
You can’t perform that action at this time.
0 commit comments