Revert "Metrics port name (Helm) (#8665)"

This reverts commit adeb84aa38.
This commit is contained in:
Anders Swanson 2022-09-12 07:28:44 -07:00 committed by GitHub
parent b212b5a8b4
commit 6ef7317581
4 changed files with 5 additions and 5 deletions

View file

@ -118,7 +118,7 @@ spec:
{{- end }}
{{- end }}
{{- if .Values.controller.metrics.enabled }}
- name: http-metrics
- name: metrics
containerPort: {{ .Values.controller.metrics.port }}
protocol: TCP
{{- end }}