[OOM] Fixing k8s resources and limits
This fix is adjusting OOM helm charts components resources limits and requests
Issue-ID: OOM-3199
Signed-off-by: Vladimir Turok <vladimir.turok@t-systems.com>
Change-Id: I56aeba925cda4984277ac7bbf23cfd158263d30f
diff --git a/kubernetes/so/components/so-admin-cockpit/values.yaml b/kubernetes/so/components/so-admin-cockpit/values.yaml
index 8186d43..ce347fe 100644
--- a/kubernetes/so/components/so-admin-cockpit/values.yaml
+++ b/kubernetes/so/components/so-admin-cockpit/values.yaml
@@ -111,17 +111,17 @@
small:
requests:
memory: 1Gi
- cpu: 10m
+ cpu: 999
limits:
memory: 4Gi
- cpu: 1
+ cpu: 0.25
large:
requests:
memory: 2Gi
- cpu: 20m
+ cpu: 999
limits:
memory: 8Gi
- cpu: 2
+ cpu: 0.5
unlimited: {}
readinessProbe:
port: 9091