X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fuui%2Fvalues.yaml;h=bfecdb7d4f5a45be43e5fcb9cfc6a9f22236e685;hb=0cdf3ca3b4718191ef34cc855a78b0a187e5c86e;hp=95be04ba7c9910b70fc16552897055f7ac570133;hpb=8e2d02a927c405c9eb5aa537e6499cdf09916e84;p=oom.git diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index 95be04ba7c..bfecdb7d4f 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:2.0.1 pullPolicy: Always # application configuration @@ -64,6 +64,12 @@ service: ingress: enabled: false + service: + - baseaddr: uui + name: "uui" + port: 8080 + 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: {}