X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fuui%2Fvalues.yaml;h=ca45b68727701d0d35e6483964a35e44c2285d4a;hb=f992a85bb2966dc92cae976a777644ccf12f5c61;hp=95be04ba7c9910b70fc16552897055f7ac570133;hpb=c54f28fb24bdc7fc31ce08ff04970d8e53cb6089;p=oom.git diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index 95be04ba7c..ca45b68727 100644 --- a/kubernetes/uui/values.yaml +++ b/kubernetes/uui/values.yaml @@ -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: {}