Skip to content

Commit ab94c68

Browse files
authored
Merge pull request #9515 from zalando-incubator/kube-proxy-livez
kube-proxy: Use livez instead of healthz
2 parents 17d3e69 + a90f565 commit ab94c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/manifests/kube-proxy/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
httpGet:
5959
host: 127.0.0.1
6060
port: 10256
61-
path: /healthz
61+
path: /livez
6262
resources:
6363
requests:
6464
cpu: {{.Cluster.ConfigItems.kube_proxy_cpu}}

0 commit comments

Comments
 (0)