X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fuui%2Fvalues.yaml;h=2c15c9683c0432d861ef6173b5923c7ca7b6e4e1;hb=7e6bd0c1376444d020b876b84e0b3c6c15c4e9e2;hp=a1341d0310fbb40d1f5215148ca3dacdfd08b477;hpb=4b87df1b8c54808e4bc8ccbd4bc97bb716c3f0e6;p=oom.git diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index a1341d0310..2c15c9683c 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.2.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.api" + name: "uui" + port: 8443 + config: + ssl: "redirect" # 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