X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fuui%2Fvalues.yaml;h=79b649c63d73a83d47ee4b001fd10a7c737ed24c;hb=7860146d73472e3b2ff9f7390638ae608c9f9d0f;hp=4d1f8887df001c7e6d99228948c1b01f89b48216;hpb=c8903883380e58ea25bfbfaac3014c9aa84068e4;p=oom.git diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index 4d1f8887df..79b649c63d 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.4 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