File tree 2 files changed +3
-3
lines changed
hack/charts/cluster-api-operator/templates
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ spec:
100
100
{{- if $.Values.diagnosticsAddress }}
101
101
{{- $diagnosticsPort := $.Values.diagnosticsAddress }}
102
102
{{- if contains ":" $diagnosticsPort -}}
103
- {{ $diagnosticsPort = ( split ":" $.Values.diagnosticsAddress)._1 }}
103
+ {{ $diagnosticsPort = ( split ":" $.Values.diagnosticsAddress)._1 | int }}
104
104
{{- end }}
105
105
- containerPort : {{ $diagnosticsPort | int }}
106
- name : diagnostics
106
+ name : metrics
107
107
protocol : TCP
108
108
{{- end }}
109
109
{{- with .Values.resources.manager }}
Original file line number Diff line number Diff line change @@ -28399,7 +28399,7 @@ spec:
28399
28399
name: webhook-server
28400
28400
protocol: TCP
28401
28401
- containerPort: 8443
28402
- name: diagnostics
28402
+ name: metrics
28403
28403
protocol: TCP
28404
28404
resources:
28405
28405
limits:
You can’t perform that action at this time.
0 commit comments