Merge "Migrate OOF to v14 AAI schema"
[oom.git] / kubernetes / nbi / values.yaml
index 8b9b238..703398d 100644 (file)
@@ -103,21 +103,22 @@ service:
 
 ingress:
   enabled: false
-# Resource Limit flavor -By Default using small 
+# Resource Limit flavor -By Default using small
 flavor: small
 # Segregation for Different environment (Small and Large)
 resources:
   small:
     limits:
-    cpu: 1
-    memory: 2Gi
-  requests:
-    cpu: 100m
-    memory: 1Gi
+      cpu: 1
+      memory: 2Gi
+    requests:
+      cpu: 100m
+      memory: 1Gi
   large:
     limits:
       cpu: 2
       memory: 4Gi
     requests:
       cpu: 200m
-      memory: 2Gi
\ No newline at end of file
+      memory: 2Gi
+  unlimited: {}
\ No newline at end of file