X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fuui%2Fvalues.yaml;h=f133ad5a272c777fd28447bc523e742b93f9cfc4;hb=refs%2Fheads%2Fmaster;hp=4bdbd1b5837d7c715a5aaf65891bbc654230c332;hpb=842013c32206bbaa987eb68d6a6233af18807b52;p=oom.git diff --git a/kubernetes/uui/values.yaml b/kubernetes/uui/values.yaml index 4bdbd1b583..b7893bc0fa 100644 --- a/kubernetes/uui/values.yaml +++ b/kubernetes/uui/values.yaml @@ -17,7 +17,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. global: - uuiPortPrefix: 303 + nodePortPrefix: 302 subChartsOnly: enabled: true @@ -25,7 +25,7 @@ subChartsOnly: flavor: small # application image -image: onap/usecase-ui:5.2.1 +image: onap/usecase-ui:5.2.2 pullPolicy: Always # application configuration @@ -59,6 +59,7 @@ service: type: NodePort name: uui internalPort: 8080 + nodePortPrefixOverride: 303 ports: - name: http port: 8080 @@ -100,16 +101,16 @@ ingress: resources: small: limits: - cpu: 250m - memory: 1Gi + cpu: "250m" + memory: "1Gi" requests: - cpu: 250m - memory: 1Gi + cpu: "250m" + memory: "1Gi" large: limits: - cpu: 500m - memory: 1Gi + cpu: "500m" + memory: "1Gi" requests: - cpu: 500m - memory: 1Gi + cpu: "500m" + memory: "1Gi" unlimited: {}