Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / uui / values.yaml
index ef1af20..b7893bc 100644 (file)
@@ -17,7 +17,7 @@
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.
 global:
-  uuiPortPrefix: 303
+  nodePortPrefix: 302
 
 subChartsOnly:
   enabled: true
@@ -25,7 +25,7 @@ subChartsOnly:
 flavor: small
 
 # application image
-image: onap/usecase-ui:5.1.2
+image: onap/usecase-ui:5.2.2
 pullPolicy: Always
 
 # application configuration
@@ -59,6 +59,7 @@ service:
   type: NodePort
   name: uui
   internalPort: 8080
+  nodePortPrefixOverride: 303
   ports:
     - name: http
       port: 8080
@@ -73,8 +74,8 @@ service:
           "path":"/iui/usecaseui",
           "protocol": "UI",
           "visualRange":"1",
-          "port": "http",
-          "port": "{{ include "common.getPort" (dict "global" . "name" "http" "getPlain" true) }}"
+          "port": "{{ include "common.getPort" (dict "global" . "name" "http" "getPlain" true) }}",
+          "enable_ssl": false
         }
       ]{{ end }}
 
@@ -100,16 +101,16 @@ ingress:
 resources:
   small:
     limits:
-      cpu: 250m
-      memory: 1Gi
+      cpu: "250m"
+      memory: "1Gi"
     requests:
-      cpu: 250m
-      memory: 1Gi
+      cpu: "250m"
+      memory: "1Gi"
   large:
     limits:
-      cpu: 500m
-      memory: 1Gi
+      cpu: "500m"
+      memory: "1Gi"
     requests:
-      cpu: 500m
-      memory: 1Gi
+      cpu: "500m"
+      memory: "1Gi"
   unlimited: {}