Skip to content

Commit

Permalink
keep metrics as port name
Browse files Browse the repository at this point in the history
Co-authored-by: Furkat Gofurov <furkat.gofurov@suse.com>
  • Loading branch information
Arakos and furkatgofurov7 authored Dec 20, 2024
1 parent c9bf67e commit 09ff3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/charts/cluster-api-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
{{ $diagnosticsPort = ( split ":" $.Values.diagnosticsAddress)._1 }}
{{- end }}
- containerPort: {{ $diagnosticsPort | int }}
name: diagnostics
name: metrics
protocol: TCP
{{- end }}
{{- with .Values.resources.manager }}
Expand Down

0 comments on commit 09ff3b6

Please sign in to comment.