X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-gui%2Fvalues.yaml;h=aeccf3a2ab610067f6c2cfe5861d554979f5af1f;hb=2d0db7cd17b6690d505b22a2f542149662ebf619;hp=5e48e99d7aaf73f2dc6919cc0c2bb52632b8ce81;hpb=5d3c01e7a04a0c67fc90788ce7a7be254542c3c9;p=oom.git diff --git a/kubernetes/policy/components/policy-gui/values.yaml b/kubernetes/policy/components/policy-gui/values.yaml index 5e48e99d7a..aeccf3a2ab 100644 --- a/kubernetes/policy/components/policy-gui/values.yaml +++ b/kubernetes/policy/components/policy-gui/values.yaml @@ -29,7 +29,7 @@ subChartsOnly: flavor: small # application image -image: onap/policy-gui:2.4.1 +image: onap/policy-gui:3.0.2 pullPolicy: Always # flag to enable debugging - application support required @@ -89,7 +89,13 @@ ingress: config: ssl: "redirect" -#resources: {} +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: istio-ingress + namespace: istio-ingress + + #resources: {} # 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 # resources, such as Minikube. If you do want to specify resources, uncomment the following @@ -104,17 +110,17 @@ resources: small: limits: cpu: 1 - memory: 200Mi + memory: 0.7Gi requests: - cpu: 1m - memory: 50Mi + cpu: 0.5 + memory: 0.7Gi large: limits: - cpu: 1 - memory: 500Mi + cpu: 2 + memory: 1.4Gi requests: - cpu: 10m - memory: 50Mi + cpu: 1 + memory: 1.4Gi unlimited: {} #Pods Service Account