File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
hack/charts/cluster-api-operator Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 6565 {{- if .Values.healthAddr }}
6666 - --health-addr={{ .Values.healthAddr }}
6767 {{- end }}
68- {{- if .Values.metricsBindAddr }}
69- - --metrics-bind-addr={{ .Values.metricsBindAddr }}
70- {{- end }}
7168 {{- if .Values.diagnosticsAddress }}
7269 - --diagnostics-address={{ .Values.diagnosticsAddress }}
7370 {{- end }}
10097 - containerPort : 9443
10198 name : webhook-server
10299 protocol : TCP
103- - containerPort : {{ ( split ":" $.Values.metricsBindAddr)._1 | int }}
104- name : metrics
105- protocol : TCP
106100 {{- with .Values.resources.manager }}
107101 resources :
108102 {{- toYaml . | nindent 12 }}
Original file line number Diff line number Diff line change 2424env :
2525 manager : []
2626healthAddr : " :8081"
27- metricsBindAddr : " 127.0.0.1:8080"
2827diagnosticsAddress : " 8443"
2928insecureDiagnostics : false
3029watchConfigSecret : false
You can’t perform that action at this time.
0 commit comments