[COMMON] Harmonize resource settings
[oom.git] / kubernetes / cds / components / cds-ui / values.yaml
index 4003993..dfc20be 100644 (file)
@@ -23,11 +23,13 @@ subChartsOnly:
   enabled: true
 
 # application image
-image: onap/ccsdk-cds-ui-server:1.5.1
+image: onap/ccsdk-cds-ui-server:1.5.3
 pullPolicy: Always
 
 # application configuration
 config:
+  env:
+    protocol: HTTP
   app:
     action:
       deployBlueprint:
@@ -96,18 +98,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 1Gi
+      cpu: "1"
+      memory: "0.2Gi"
     requests:
-      cpu: 10m
-      memory: 100Mi
+      cpu: "0.5"
+      memory: "0.2Gi"
   large:
     limits:
-      cpu: 2
-      memory: 2Gi
+      cpu: "2"
+      memory: "0.2Gi"
     requests:
-      cpu: 200m
-      memory: 200Mi
+      cpu: "1"
+      memory: "0.2Gi"
   unlimited: {}
 
 #Pods Service Account