Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / cds / components / cds-ui / values.yaml
index b45a89d..7a25bea 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: 0.2Gi
+      cpu: "1"
+      memory: "200Mi"
     requests:
-      cpu: 0.5
-      memory: 0.2Gi
+      cpu: "0.5"
+      memory: "200Mi"
   large:
     limits:
-      cpu: 2
-      memory: 0.2Gi
+      cpu: "2"
+      memory: "200Mi"
     requests:
-      cpu: 1
-      memory: 0.2Gi
+      cpu: "1"
+      memory: "200Mi"
   unlimited: {}
 
 #Pods Service Account