Merge "[DCAEGEN2] Update base image for healthcheck"
[oom.git] / kubernetes / cds / components / cds-ui / values.yaml
index 4003993..cadf716 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:
@@ -97,17 +99,17 @@ resources:
   small:
     limits:
       cpu: 1
-      memory: 1Gi
+      memory: 0.2Gi
     requests:
-      cpu: 10m
-      memory: 100Mi
+      cpu: 0.5
+      memory: 0.2Gi
   large:
     limits:
       cpu: 2
-      memory: 2Gi
+      memory: 0.2Gi
     requests:
-      cpu: 200m
-      memory: 200Mi
+      cpu: 1
+      memory: 0.2Gi
   unlimited: {}
 
 #Pods Service Account