Skip to content

Commit

Permalink
Align probing endpoints with recommendations (#4743)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Kienzler <[email protected]>
  • Loading branch information
SimonKienzler authored Jul 26, 2024
1 parent e0c1e37 commit 8e5f34c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kube-state-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- prometheus
- kubernetes
type: application
version: 5.23.0
version: 5.24.0
appVersion: 2.13.0
home: https://github.com/kubernetes/kube-state-metrics/
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-state-metrics/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ spec:
- name: {{ $header.name }}
value: {{ $header.value }}
{{- end }}
path: /livez
path: /healthz
port: {{ $servicePort }}
scheme: {{ upper .Values.startupProbe.httpGet.scheme }}
initialDelaySeconds: {{ .Values.startupProbe.initialDelaySeconds }}
Expand Down

0 comments on commit 8e5f34c

Please sign in to comment.