Merge "error when trying to archive\restore"
[oom.git] / kubernetes / sdnc / values.yaml
index 1fd2fa5..0414a82 100644 (file)
@@ -32,7 +32,7 @@ global:
 # application images
 repository: nexus3.onap.org:10001
 pullPolicy: Always
-image: onap/sdnc-image:1.4-STAGING-latest
+image: onap/sdnc-image:1.4.2
 
 # flag to enable debugging - application support required
 debugEnabled: false
@@ -202,18 +202,18 @@ flavor: small
 #segregation for different envionment (Small and Large)
 
 resources:
- small:
-  limits:
-    cpu: 2
-    memory: 4Gi
-  requests:
-    cpu: 2
-    memory: 4Gi
-
large:
-  limits:
-    cpu: 4
-    memory: 8Gi
-  requests:
-    cpu: 4
-    memory: 8Gi
 small:
+    limits:
+      cpu: 2
+      memory: 4Gi
+    requests:
+      cpu: 1
+      memory: 2Gi
+  large:
   limits:
+      cpu: 4
+      memory: 8Gi
+    requests:
+      cpu: 2
+      memory: 4Gi
+  unlimited: {}