File tree 3 files changed +12
-0
lines changed
config/helm/aws-node-termination-handler/templates
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,10 @@ spec:
197
197
name : liveness-probe
198
198
protocol : TCP
199
199
{{- end }}
200
+ {{- if .Values.enableProbesServer }}
201
+ livenessProbe :
202
+ {{- toYaml .Values.probes | nindent 12 }}
203
+ {{- end }}
200
204
nodeSelector :
201
205
{{ include "aws-node-termination-handler.nodeSelectorTermsOs" . }}: linux
202
206
{{- with .Values.nodeSelector }}
Original file line number Diff line number Diff line change @@ -167,6 +167,10 @@ spec:
167
167
name : liveness-probe
168
168
protocol : TCP
169
169
{{- end }}
170
+ {{- if .Values.enableProbesServer }}
171
+ livenessProbe :
172
+ {{- toYaml .Values.probes | nindent 12 }}
173
+ {{- end }}
170
174
nodeSelector :
171
175
{{ include "aws-node-termination-handler.nodeSelectorTermsOs" . }}: windows
172
176
{{- with .Values.nodeSelector }}
Original file line number Diff line number Diff line change @@ -169,6 +169,10 @@ spec:
169
169
name : liveness-probe
170
170
protocol : TCP
171
171
{{- end }}
172
+ {{- if .Values.enableProbesServer }}
173
+ livenessProbe :
174
+ {{- toYaml .Values.probes | nindent 12 }}
175
+ {{- end }}
172
176
nodeSelector :
173
177
{{ include "aws-node-termination-handler.nodeSelectorTermsOs" . }}: linux
174
178
{{- with .Values.nodeSelector }}
You can’t perform that action at this time.
0 commit comments