X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fuui%2Fvalues.yaml;h=ca45b68727701d0d35e6483964a35e44c2285d4a;hb=86bc8b2eceee60ea8b0cc0257dc68d40e475dba8;hp=95be04ba7c9910b70fc16552897055f7ac570133;hpb=301e30fd0a4360567dfc7616b3deb276e1ae8bf7;p=oom.git diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index 95be04ba7c..61a0b5097a 100644 --- a/kubernetes/uui/values.yaml +++ b/kubernetes/uui/values.yaml @@ -17,15 +17,14 @@ # Declare variables to be passed into your templates. global: uuiPortPrefix: 303 - readinessRepository: oomk8s + subChartsOnly: enabled: true flavor: small # application image -repository: nexus3.onap.org:10001 -image: onap/usecase-ui:1.1.1 +image: onap/usecase-ui:4.0.2 pullPolicy: Always # application configuration @@ -59,11 +58,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 @@ -90,3 +95,4 @@ resources: requests: cpu: 500m memory: 1Gi + unlimited: {}