reducing resource request numbers
[oom.git] / kubernetes / appc / charts / appc-ansible-server / values.yaml
index b9dd418..0d4a460 100644 (file)
@@ -76,14 +76,14 @@ resources:
       cpu: 1
       memory: 1Gi
     requests:
-      cpu: 1
-      memory: 1Gi
+      cpu: 0.5
+      memory: 0.5Mi
   large:
     limits:
       cpu: 2
       memory: 2Gi
     requests:
-      cpu: 2
-      memory: 2Gi
+      cpu: 1
+      memory: 1Gi