File tree 2 files changed +0
-7
lines changed
hack/charts/cluster-api-operator
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 65
65
{{- if .Values.healthAddr }}
66
66
- --health-addr={{ .Values.healthAddr }}
67
67
{{- end }}
68
- {{- if .Values.metricsBindAddr }}
69
- - --metrics-bind-addr={{ .Values.metricsBindAddr }}
70
- {{- end }}
71
68
{{- if .Values.diagnosticsAddress }}
72
69
- --diagnostics-address={{ .Values.diagnosticsAddress }}
73
70
{{- end }}
100
97
- containerPort : 9443
101
98
name : webhook-server
102
99
protocol : TCP
103
- - containerPort : {{ ( split ":" $.Values.metricsBindAddr)._1 | int }}
104
- name : metrics
105
- protocol : TCP
106
100
{{- with .Values.resources.manager }}
107
101
resources :
108
102
{{- toYaml . | nindent 12 }}
Original file line number Diff line number Diff line change 24
24
env :
25
25
manager : []
26
26
healthAddr : " :8081"
27
- metricsBindAddr : " 127.0.0.1:8080"
28
27
diagnosticsAddress : " 8443"
29
28
insecureDiagnostics : false
30
29
watchConfigSecret : false
You can’t perform that action at this time.
0 commit comments