X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Faai%2Fcomponents%2Faai-resources%2Fvalues.yaml;h=93cbb0a8e594010c644118d2953bad509296e027;hb=555db9c1f910db06341070941b466e6c05827e27;hp=eb06c8f46a833c4c27f04caa6e443e2b623e4276;hpb=6deab46892efca8727efab7a590760683b75d06e;p=oom.git diff --git a/kubernetes/aai/components/aai-resources/values.yaml b/kubernetes/aai/components/aai-resources/values.yaml index eb06c8f46a..93cbb0a8e5 100644 --- a/kubernetes/aai/components/aai-resources/values.yaml +++ b/kubernetes/aai/components/aai-resources/values.yaml @@ -34,8 +34,6 @@ global: # global defaults migration: enabled: false - aafEnabled: false - config: # Specifies that the cluster connected to a dynamic # cluster being spinned up by kubernetes deployment @@ -199,7 +197,7 @@ service: internalPort: 8447 portName2: tcp-5005 internalPort2: 5005 - portName3: aai-resources-8448 + portName3: http-aai-resources internalPort3: 8448 terminationGracePeriodSeconds: 120 sessionAffinity: None @@ -207,6 +205,12 @@ service: ingress: enabled: false +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: aai-read + - serviceAccount: consul-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 @@ -227,18 +231,18 @@ 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 - memory: 4Gi + memory: 6Gi unlimited: {} metrics: