Skip to content

Commit

Permalink
deprecate /healthz for apiserver
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Mar 16, 2021
1 parent c3573df commit dfa0f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/kubernetes/templates/apiserver-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
livenessProbe:
failureThreshold: 8
httpGet:
path: /healthz
path: /livez
port: {{ .Values.apiServer.port }}
scheme: HTTPS
initialDelaySeconds: 15
Expand Down

0 comments on commit dfa0f28

Please sign in to comment.