File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,15 @@ spec:
122
122
port : 8083
123
123
initialDelaySeconds : 20
124
124
periodSeconds : 10
125
+ readinessProbe :
126
+ httpGet :
127
+ path : /healthz
128
+ port : 8083
129
+ scheme : HTTP
130
+ initialDelaySeconds : 10
131
+ periodSeconds : 5
132
+ timeoutSeconds : 2
133
+ failureThreshold : 3
125
134
securityContext :
126
135
{{- .Values.gateway.podSecurityContext | toYaml | nindent 12 }}
127
136
- name : rproxy-nginx
@@ -197,6 +206,15 @@ spec:
197
206
port : 8089
198
207
initialDelaySeconds : 20
199
208
periodSeconds : 10
209
+ readinessProbe :
210
+ httpGet :
211
+ path : /healthz
212
+ port : 8089
213
+ scheme : HTTP
214
+ initialDelaySeconds : 10
215
+ periodSeconds : 5
216
+ timeoutSeconds : 2
217
+ failureThreshold : 3
200
218
securityContext :
201
219
{{- .Values.gateway.podSecurityContext | toYaml | nindent 12 }}
202
220
{{- end }}
Original file line number Diff line number Diff line change @@ -180,6 +180,15 @@ spec:
180
180
port : 8080
181
181
initialDelaySeconds : 20
182
182
periodSeconds : 10
183
+ readinessProbe :
184
+ httpGet :
185
+ path : /healthz
186
+ port : 8080
187
+ scheme : HTTP
188
+ initialDelaySeconds : 10
189
+ periodSeconds : 5
190
+ timeoutSeconds : 2
191
+ failureThreshold : 3
183
192
securityContext :
184
193
{{- .Values.server.podSecurityContext | toYaml | nindent 12 }}
185
194
volumeMounts :
You can’t perform that action at this time.
0 commit comments