X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Fcomponents%2Fsdc-helm-validator%2Fvalues.yaml;h=39f9a91f9ec456f4926df75bc9b41fc22b024191;hb=db8167bbf6923c8f316ebadd6cec1dd4891428a1;hp=5c5c5995b04d333c930d6d2efa3ef954f19fa20c;hpb=697b21bc9d3c97ea76012049f1dcf05bb1b32db8;p=oom.git diff --git a/kubernetes/sdc/components/sdc-helm-validator/values.yaml b/kubernetes/sdc/components/sdc-helm-validator/values.yaml index 5c5c5995b0..39f9a91f9e 100644 --- a/kubernetes/sdc/components/sdc-helm-validator/values.yaml +++ b/kubernetes/sdc/components/sdc-helm-validator/values.yaml @@ -18,7 +18,7 @@ global: pullPolicy: Always -image: onap/org.onap.sdc.sdc-helm-validator:1.2.1 +image: onap/sdc-helm-validator:1.3.1 containerPort: &svc_port 8080 config: @@ -30,6 +30,11 @@ service: - name: &port http port: *svc_port +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: sdc-be-read + liveness: initialDelaySeconds: 1 periodSeconds: 10 @@ -54,15 +59,15 @@ resources: small: limits: cpu: 1 - memory: 256Mi + memory: 0.5Gi requests: - cpu: 1 - memory: 256Mi + cpu: 0.5 + memory: 0.5Gi large: limits: cpu: 2 memory: 1Gi requests: cpu: 1 - memory: 256Mi + memory: 1Gi unlimited: {}