fixing resource limit whitespace
[oom.git] / kubernetes / sdnc / charts / sdnc-portal / values.yaml
index 400d749..51bad4c 100644 (file)
@@ -82,17 +82,17 @@ flavor: small
 #segregation for different environment (small and large)
 
 resources:
- small:
-  limits:
-    cpu: 1
-    memory: 1Gi
-  requests:
-    cpu: 1
-    memory: 1Gi
- large:
-  limits:
-    cpu: 2
-    memory: 2Gi
-  requests:
-    cpu: 2
-    memory: 2Gi
 small:
+    limits:
+      cpu: 1
+      memory: 1Gi
+    requests:
+      cpu: 1
+      memory: 1Gi
 large:
+    limits:
+      cpu: 2
+      memory: 2Gi
+    requests:
+      cpu: 2
+      memory: 2Gi