[SO] Increase SO-Admin-Cockpit timeouts 95/134895/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Thu, 15 Jun 2023 07:09:16 +0000 (09:09 +0200)
committerAndreas Geissler <andreas-geissler@telekom.de>
Thu, 15 Jun 2023 07:11:34 +0000 (09:11 +0200)
To fix startup problems in "small" flavor setups the
liveness and readiness probe timeouts needed to be
extended.

Issue-ID: OOM-3187

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: Iec44699b815051598d1ebabfe16cbd661a394d16

kubernetes/so/components/so-admin-cockpit/values.yaml

index de6f031..8186d43 100644 (file)
@@ -125,12 +125,12 @@ resources:
   unlimited: {}
 readinessProbe:
   port: 9091
-  initialDelaySeconds: 20
+  initialDelaySeconds: 40
   periodSeconds: 10
   timeoutSeconds: 10
 livenessProbe:
   port: 9091
-  initialDelaySeconds: 40
+  initialDelaySeconds: 80
   periodSeconds: 10
   timeoutSeconds: 10
   successThreshold: 1