diff --git a/bindata/etcd/quorum-restore-pod.yaml b/bindata/etcd/quorum-restore-pod.yaml index 7b6845546d..1c77a07102 100644 --- a/bindata/etcd/quorum-restore-pod.yaml +++ b/bindata/etcd/quorum-restore-pod.yaml @@ -64,8 +64,10 @@ ${COMPUTED_ENV_VARS} memory: 600Mi cpu: 300m readinessProbe: - tcpSocket: - port: 2380 + httpGet: + port: 9980 + path: readyz + scheme: HTTPS failureThreshold: 3 initialDelaySeconds: 3 periodSeconds: 5 diff --git a/bindata/etcd/restore-pod.yaml b/bindata/etcd/restore-pod.yaml index 872edc20c3..9887fbc08b 100644 --- a/bindata/etcd/restore-pod.yaml +++ b/bindata/etcd/restore-pod.yaml @@ -120,8 +120,10 @@ ${COMPUTED_ENV_VARS} memory: 600Mi cpu: 300m readinessProbe: - tcpSocket: - port: 2380 + httpGet: + port: 9980 + path: readyz + scheme: HTTPS failureThreshold: 3 initialDelaySeconds: 3 periodSeconds: 5