Sync docker tags with release manifest
[oom.git] / kubernetes / sdnc / charts / sdnc-portal / values.yaml
index 400d749..be97ade 100644 (file)
@@ -27,7 +27,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/admportal-sdnc-image:1.4-STAGING-latest
+image: onap/admportal-sdnc-image:1.4.2
 pullPolicy: Always
 
 # flag to enable debugging - application support required
@@ -82,17 +82,18 @@ 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: 0.5
+      memory: 500Mi
+  large:
+    limits:
+      cpu: 2
+      memory: 2Gi
+    requests:
+      cpu: 1
+      memory: 1Gi
+  unlimited: {}