Merge pull request #9046 from anders-swanson/revert-8665-metrics-port-name

Parameterize metrics port name
This commit is contained in:
James Strong 2022-09-30 11:04:00 -04:00 committed by GitHub
commit 8f18c0f973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 5 deletions

View file

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