[OOM] Fixing k8s cpu limits
[oom.git] / kubernetes / policy / components / policy-apex-pdp / values.yaml
index 46eaca2..b93e798 100755 (executable)
@@ -90,6 +90,11 @@ service:
 ingress:
   enabled: false
 
+serviceMesh:
+  authorizationPolicy:
+    authorizedPrincipals:
+      - serviceAccount: message-router-read
+
 # Resource Limit flavor -By Default using small
 # Segregation for Different environment (Small and Large)
 flavor: small
@@ -97,16 +102,16 @@ resources:
   small:
     limits:
       cpu: 1
-      memory: 4Gi
+      memory: 1Gi
     requests:
-      cpu: 10m
+      cpu: 0.5
       memory: 1Gi
   large:
     limits:
       cpu: 2
-      memory: 8Gi
+      memory: 2Gi
     requests:
-      cpu: 20m
+      cpu: 1
       memory: 2Gi
   unlimited: {}