From: Andreas Geissler Date: Tue, 18 Jul 2023 07:10:50 +0000 (+0200) Subject: [CASSANDRA] Adjust the probe timeouts for Stargate X-Git-Tag: 13.0.0-DOC~34^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=6b4841044780d24a7667f8328bea7b0f07c8d1ae [CASSANDRA] Adjust the probe timeouts for Stargate The timeouts for Stargate are too small for a proper startup Issue-ID: OOM-3226 Signed-off-by: Andreas Geissler Change-Id: I3235a1022d9c5380d3110c62e42a6f62cc13f001 --- diff --git a/kubernetes/common/common/templates/_cassOp.tpl b/kubernetes/common/common/templates/_cassOp.tpl index f1fc75c5e5..6cf9c3ce7e 100644 --- a/kubernetes/common/common/templates/_cassOp.tpl +++ b/kubernetes/common/common/templates/_cassOp.tpl @@ -19,6 +19,18 @@ spec: tag: {{ .Values.k8ssandraOperator.stargate.tag }} size: {{ .Values.k8ssandraOperator.stargate.size }} heapSize: {{ .Values.k8ssandraOperator.stargate.jvmOptions.heapSize }} + livenessProbe: + initialDelaySeconds: 200 + periodSeconds: 10 + failureThreshold: 20 + successThreshold: 1 + timeoutSeconds: 20 + readinessProbe: + initialDelaySeconds: 200 + periodSeconds: 10 + failureThreshold: 20 + successThreshold: 1 + timeoutSeconds: 20 cassandra: serverVersion: {{ .Values.k8ssandraOperator.cassandraVersion }} storageConfig: