Skip to content

Commit dfa0f28

Browse files
committed
deprecate /healthz for apiserver
1 parent c3573df commit dfa0f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/helm/kubernetes/templates/apiserver-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
livenessProbe:
104104
failureThreshold: 8
105105
httpGet:
106-
path: /healthz
106+
path: /livez
107107
port: {{ .Values.apiServer.port }}
108108
scheme: HTTPS
109109
initialDelaySeconds: 15

0 commit comments

Comments
 (0)