X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Faai%2Fcomponents%2Faai-schema-service%2Fvalues.yaml;h=24e4fa3baeb4d978cf2591eb49e9b331fcea69cb;hb=555db9c1f910db06341070941b466e6c05827e27;hp=19ee9d491cceaa4d258508b2bbabc52e035f85ca;hpb=6deab46892efca8727efab7a590760683b75d06e;p=oom.git diff --git a/kubernetes/aai/components/aai-schema-service/values.yaml b/kubernetes/aai/components/aai-schema-service/values.yaml index 19ee9d491c..24e4fa3bae 100644 --- a/kubernetes/aai/components/aai-schema-service/values.yaml +++ b/kubernetes/aai/components/aai-schema-service/values.yaml @@ -98,6 +98,13 @@ service: ingress: enabled: false +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: aai-graphadmin-read + - serviceAccount: aai-resources-read + - serviceAccount: aai-traversal-read + # 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 @@ -118,14 +125,14 @@ ingress: resources: small: limits: - cpu: 2 + cpu: 999 memory: 4Gi requests: cpu: 1 memory: 3Gi large: limits: - cpu: 4 + cpu: 999 memory: 8Gi requests: cpu: 2