Metrics port name (Helm) (#8665)

This commit is contained in:
Anders Swanson 2022-08-22 16:20:09 -07:00 committed by GitHub
parent 63edd3befd
commit adeb84aa38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

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