diff --git a/install/0000_80_machine-config-operator_07_etcdquorumguard_deployment.yaml b/install/0000_80_machine-config-operator_07_etcdquorumguard_deployment.yaml index 41ecc2f81c..1abfaeeb00 100644 --- a/install/0000_80_machine-config-operator_07_etcdquorumguard_deployment.yaml +++ b/install/0000_80_machine-config-operator_07_etcdquorumguard_deployment.yaml @@ -52,9 +52,9 @@ spec: operator: Exists effect: NoSchedule containers: - - image: quay.io/openshift/origin-cli:latest + - name: guard + image: quay.io/openshift/origin-cli:latest imagePullPolicy: IfNotPresent - name: guard terminationMessagePolicy: FallbackToLogsOnError volumeMounts: - mountPath: /mnt/kube @@ -82,8 +82,10 @@ spec: export NSS_SDB_USE_CACHE=no [[ -z $cert || -z $key ]] && exit 1 curl --max-time 2 --silent --cert "${cert//:/\:}" --key "$key" --cacert "$cacert" "$health_endpoint" |grep '{ *"health" *: *"true" *}' - initialDelaySecond: 5 - periodSecond: 5 + initialDelaySecond: 5 + periodSecond: 5 + failureThreshold: 3 + timeoutSeconds: 3 resources: requests: cpu: 10m