Skip to content

Commit c14606a

Browse files
committed
[kube-state-metrics]: consistently use / in probes path
Signed-off-by: yellowhat <[email protected]>
1 parent a4215fd commit c14606a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/kube-state-metrics/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
- prometheus
88
- kubernetes
99
type: application
10-
version: 6.1.4
10+
version: 6.1.5
1111
# renovate: github-releases=kubernetes/kube-state-metrics
1212
appVersion: 2.16.0
1313
home: https://github.com/kubernetes/kube-state-metrics/

charts/kube-state-metrics/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ spec:
275275
httpGet:
276276
scheme: HTTPS
277277
port: {{ .Values.kubeRBACProxy.proxyEndpointsPort | default 8888 }}
278-
path: healthz
278+
path: /healthz
279279
initialDelaySeconds: 5
280280
timeoutSeconds: 5
281281
{{- if .Values.kubeRBACProxy.resources }}

0 commit comments

Comments
 (0)