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 f5e5410Copy full SHA for f5e5410
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 }}
test/e2e/resources/full-chart-install.yaml
@@ -28399,7 +28399,7 @@ spec:
28399
name: webhook-server
28400
28401
- containerPort: 8443
28402
28403
28404
resources:
28405
limits:
0 commit comments