X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=kubernetes%2Fuui%2Fvalues.yaml;h=2c15c9683c0432d861ef6173b5923c7ca7b6e4e1;hb=97ff31b6cf9384401042d223902c9d5078657627;hp=bfecdb7d4f5a45be43e5fcb9cfc6a9f22236e685;hpb=10ab5daccb4375ca8644ad9d738bbdb2efc7a650;p=oom.git diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index bfecdb7d4f..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:2.0.1 +image: onap/usecase-ui:3.0.1 pullPolicy: Always # application configuration @@ -59,17 +59,17 @@ service: type: NodePort name: uui portName: uui - internalPort: 8080 + internalPort: 8443 nodePort: 98 ingress: enabled: false service: - - baseaddr: uui + - baseaddr: "uui.api" name: "uui" - port: 8080 + port: 8443 config: - ssl: "none" + 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