aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-06-15 09:09:16 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2023-06-15 09:11:34 +0200
commit0ac5112480c35720114df7440885db0336691364 (patch)
tree09a6bc7341fb19a365721034b100a970eb6ec64c
parentc50f0892fc601eb3d0e237c04b3f54019de513b1 (diff)
[SO] Increase SO-Admin-Cockpit timeouts
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
-rw-r--r--kubernetes/so/components/so-admin-cockpit/values.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/so/components/so-admin-cockpit/values.yaml b/kubernetes/so/components/so-admin-cockpit/values.yaml
index de6f031435..8186d436b6 100644
--- a/kubernetes/so/components/so-admin-cockpit/values.yaml
+++ b/kubernetes/so/components/so-admin-cockpit/values.yaml
@@ -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