[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/platform/components/oom-cert-service/values.yaml b/kubernetes/platform/components/oom-cert-service/values.yaml
index d9c215c..96b8518 100644
--- a/kubernetes/platform/components/oom-cert-service/values.yaml
+++ b/kubernetes/platform/components/oom-cert-service/values.yaml
@@ -61,17 +61,17 @@
resources:
small:
limits:
- cpu: 0.5
- memory: 1Gi
+ cpu: 999
+ memory: 0.5Gi
requests:
- cpu: 0.2
- memory: 512Mi
+ cpu: 0.5
+ memory: 0.5Gi
large:
limits:
- cpu: 1
- memory: 2Gi
+ cpu: 999
+ memory: 1Gi
requests:
- cpu: 0.4
+ cpu: 1
memory: 1Gi
unlimited: {}