[OOM] Fixing k8s cpu limits
[oom.git] / kubernetes / policy / components / policy-distribution / values.yaml
index e367dd0..48a05f1 100755 (executable)
@@ -118,22 +118,27 @@ service:
 ingress:
   enabled: false
 
+serviceMesh:
+  authorizationPolicy:
+    authorizedPrincipals:
+      - serviceAccount: policy-pap-read
+
 flavor: small
 resources:
   small:
     limits:
       cpu: 1
-      memory: 4Gi
+      memory: 0.5Gi
     requests:
-      cpu: 100m
-      memory: 1Gi
+      cpu: 0.5
+      memory: 0.5Gi
   large:
     limits:
       cpu: 2
-      memory: 8Gi
+      memory: 1Gi
     requests:
-      cpu: 200m
-      memory: 2Gi
+      cpu: 1
+      memory: 1Gi
   unlimited: {}
 
 #Pods Service Account