Browse Source

Lowered default requirements

Fred Damstra (k8s1) 2 years ago
parent
commit
566e68fc44
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Workloads/0.LimitRange.yaml

+ 2 - 2
Workloads/0.LimitRange.yaml

@@ -9,7 +9,7 @@ spec:
   - default:
       cpu: 1
     defaultRequest:
-      cpu: 250m
+      cpu: 125m
     type: Container
 ---
 apiVersion: v1
@@ -21,5 +21,5 @@ spec:
   - default:
       memory: 512Mi
     defaultRequest:
-      memory: 128Mi
+      memory: 64Mi
     type: Container