File tree 5 files changed +15
-15
lines changed
charts/aks-store-demo/templates
5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,9 @@ spec:
166
166
httpGet :
167
167
path : /health
168
168
port : 3000
169
- failureThreshold : 3
170
- initialDelaySeconds : 15
171
- periodSeconds : 5
169
+ failureThreshold : 5
170
+ initialDelaySeconds : 20
171
+ periodSeconds : 10
172
172
readinessProbe :
173
173
httpGet :
174
174
path : /health
Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ spec:
116
116
httpGet :
117
117
path : /health
118
118
port : 3000
119
- failureThreshold : 3
120
- initialDelaySeconds : 15
121
- periodSeconds : 5
119
+ failureThreshold : 5
120
+ initialDelaySeconds : 20
121
+ periodSeconds : 10
122
122
readinessProbe :
123
123
httpGet :
124
124
path : /health
Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ spec:
116
116
httpGet :
117
117
path : /health
118
118
port : 3000
119
- failureThreshold : 3
120
- initialDelaySeconds : 15
121
- periodSeconds : 5
119
+ failureThreshold : 5
120
+ initialDelaySeconds : 20
121
+ periodSeconds : 10
122
122
readinessProbe :
123
123
httpGet :
124
124
path : /health
Original file line number Diff line number Diff line change 70
70
httpGet :
71
71
path : /health
72
72
port : 3000
73
- failureThreshold : 3
74
- initialDelaySeconds : 15
75
- periodSeconds : 5
73
+ failureThreshold : 5
74
+ initialDelaySeconds : 20
75
+ periodSeconds : 10
76
76
readinessProbe :
77
77
httpGet :
78
78
path : /health
Original file line number Diff line number Diff line change 43
43
httpGet :
44
44
path : /health
45
45
port : 3000
46
- failureThreshold : 3
47
- initialDelaySeconds : 15
48
- periodSeconds : 5
46
+ failureThreshold : 5
47
+ initialDelaySeconds : 20
48
+ periodSeconds : 10
49
49
readinessProbe :
50
50
httpGet :
51
51
path : /health
You can’t perform that action at this time.
0 commit comments