File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 0.8.52
16
+ version : 0.8.53
Original file line number Diff line number Diff line change 44
44
env :
45
45
- name : KUBERNETES_CLUSTER_DOMAIN
46
46
value : {{ .Values.kubernetesClusterDomain }}
47
+ ports :
48
+ - name : metrics
49
+ containerPort : {{.Values.metricsService.ports[0].port}}
47
50
image : {{ .Values.controllerManager.manager.image.repository }}:{{ .Values.controllerManager.manager.image.tag }}
48
51
imagePullPolicy : Always
49
52
livenessProbe :
Original file line number Diff line number Diff line change 11
11
jobLabel : kube-reqsizer-servicemonitor
12
12
endpoints :
13
13
- path : /metrics
14
- port : https
14
+ port : metrics
15
15
namespaceSelector :
16
16
matchNames :
17
17
- {{.Release.Namespace}}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ managerConfig:
41
41
port : 9443
42
42
metricsService :
43
43
ports :
44
- - name : https
45
- port : 8443
46
- targetPort : https
44
+ - name : metrics
45
+ port : 8080
46
+ targetPort : metrics
47
47
type : ClusterIP
You can’t perform that action at this time.
0 commit comments