We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bf67e commit 09ff3b6Copy full SHA for 09ff3b6
hack/charts/cluster-api-operator/templates/deployment.yaml
@@ -103,7 +103,7 @@ spec:
103
{{ $diagnosticsPort = ( split ":" $.Values.diagnosticsAddress)._1 }}
104
{{- end }}
105
- containerPort: {{ $diagnosticsPort | int }}
106
- name: diagnostics
+ name: metrics
107
protocol: TCP
108
109
{{- with .Values.resources.manager }}
0 commit comments