Merge "Remove redundant Ingress service config"
[oom.git] / kubernetes / uui / values.yaml
index 95be04b..ca45b68 100644 (file)
@@ -25,7 +25,7 @@ flavor: small
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/usecase-ui:1.1.1
+image: onap/usecase-ui:3.0.1
 pullPolicy: Always
 
 # application configuration
@@ -59,11 +59,17 @@ service:
   type: NodePort
   name: uui
   portName: uui
-  internalPort: 8080
+  internalPort: 8443
   nodePort: 98
 
 ingress:
   enabled: false
+  service:
+    - baseaddr: uui
+      name: "uui"
+      port: 8443
+  config:
+    ssl: "none"
 
   # We usually recommend not to specify default resources and to leave this as a conscious
   # choice for the user. This also increases chances charts run on environments with little
@@ -90,3 +96,4 @@ resources:
     requests:
       cpu: 500m
       memory: 1Gi
+  unlimited: {}