Skip to content

Commit 09ff3b6

Browse files
keep metrics as port name
Co-authored-by: Furkat Gofurov <[email protected]>
1 parent c9bf67e commit 09ff3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/charts/cluster-api-operator/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
{{ $diagnosticsPort = ( split ":" $.Values.diagnosticsAddress)._1 }}
104104
{{- end }}
105105
- containerPort: {{ $diagnosticsPort | int }}
106-
name: diagnostics
106+
name: metrics
107107
protocol: TCP
108108
{{- end }}
109109
{{- with .Values.resources.manager }}

0 commit comments

Comments
 (0)