File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
config/helm/aws-node-termination-handler/templates Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -152,9 +152,9 @@ spec:
152152 containerPort : {{ .Values.probes.httpGet.port }}
153153 {{- end }}
154154 {{- if .Values.enablePrometheusServer }}
155- - name : http-metrics
156- protocol : TCP
157- containerPort : {{ .Values.prometheusServerPort }}
155+ - name : http-metrics
156+ protocol : TCP
157+ containerPort : {{ .Values.prometheusServerPort }}
158158 {{- end }}
159159 {{- end }}
160160 {{- if .Values.enableProbesServer }}
Original file line number Diff line number Diff line change @@ -151,10 +151,10 @@ spec:
151151 hostPort : {{ .Values.probes.httpGet.port }}
152152 {{- end }}
153153 {{- if .Values.enablePrometheusServer }}
154- - name : http-metrics
155- protocol : TCP
156- containerPort : {{ .Values.prometheusServerPort }}
157- hostPort : {{ .Values.prometheusServerPort }}
154+ - name : http-metrics
155+ protocol : TCP
156+ containerPort : {{ .Values.prometheusServerPort }}
157+ hostPort : {{ .Values.prometheusServerPort }}
158158 {{- end }}
159159 {{- end }}
160160 {{- if .Values.enableProbesServer }}
Original file line number Diff line number Diff line change @@ -165,9 +165,9 @@ spec:
165165 protocol : TCP
166166 containerPort : {{ .Values.probes.httpGet.port }}
167167 {{- if .Values.enablePrometheusServer }}
168- - name : http-metrics
169- protocol : TCP
170- containerPort : {{ .Values.prometheusServerPort }}
168+ - name : http-metrics
169+ protocol : TCP
170+ containerPort : {{ .Values.prometheusServerPort }}
171171 {{- end }}
172172 livenessProbe :
173173 {{- toYaml .Values.probes | nindent 12 }}
You can’t perform that action at this time.
0 commit comments