Skip to content

Commit 679d205

Browse files
committed
corrected intendation in deployment-metrics.md
1 parent e67b066 commit 679d205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonnet/kube-state-metrics/kube-state-metrics.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
},
193193
livenessProbe: { timeoutSeconds: 5, initialDelaySeconds: 5, httpGet: {
194194
port: 'http-metrics',
195-
path: '/livez',
195+
path: '/healthz',
196196
} },
197197
readinessProbe: { timeoutSeconds: 5, initialDelaySeconds: 5, httpGet: {
198198
port: 'telemetry',

0 commit comments

Comments
 (0)