mirror of https://github.com/kubernetes/kops.git
Revert "Fix kube-apiserver-healthcheck image"
This reverts commit 7e52f223
This commit is contained in:
parent
f3e69e85c9
commit
747aa6e8c4
|
@ -94,7 +94,7 @@ kind: Pod
|
|||
spec:
|
||||
containers:
|
||||
- name: healthcheck
|
||||
image: kope/kube-apiserver-healthcheck:1.18.0-beta.1
|
||||
image: kope/kube-apiserver-healthcheck:1.18.0-alpha.3
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
# The sidecar serves a healthcheck on the same port,
|
||||
|
|
|
@ -13,7 +13,7 @@ Contents:
|
|||
- --client-key=/secrets/client.key
|
||||
command:
|
||||
- /usr/bin/kube-apiserver-healthcheck
|
||||
image: kope/kube-apiserver-healthcheck:1.18.0-beta.1
|
||||
image: kope/kube-apiserver-healthcheck:1.18.0-alpha.3
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
host: 127.0.0.1
|
||||
|
|
Loading…
Reference in New Issue