Skip to content

Commit 2eb998f

Browse files
Jared Hayesopenshift-cherrypick-robot
authored andcommitted
update liveness probe as per discussion
1 parent 948c23e commit 2eb998f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/cloud/ibm/assets/deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ spec:
7373
source /etc/kubernetes/apiserver-url.env
7474
fi
7575
exec /bin/ibm-cloud-controller-manager \
76+
--bind-address=127.0.0.1 \
7677
--use-service-account-credentials=true \
7778
--configure-cloud-routes=false \
7879
--cloud-provider=ibm \
@@ -86,11 +87,15 @@ spec:
8687
--tls-cipher-suites=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_256_GCM_SHA384 \
8788
--v=2
8889
livenessProbe:
90+
failureThreshold: 3
8991
httpGet:
92+
host: 127.0.0.1
9093
path: /healthz
9194
port: 10258
9295
scheme: HTTPS
9396
initialDelaySeconds: 300
97+
periodSeconds: 10
98+
successThreshold: 1
9499
timeoutSeconds: 160
95100
ports:
96101
- containerPort: 10258

0 commit comments

Comments
 (0)