Merge "[AAI] Fix Istio compatibility and add Job ServiceAccount"
[oom.git] / kubernetes / aai / components / aai-graphadmin / values.yaml
index d333448..5105174 100644 (file)
@@ -195,13 +195,18 @@ service:
   internalPort: 8449
   portName2: tcp-5005
   internalPort2: 5005
-  portName3: aai-graphadmin-8448
+  portName3: http-graphadmin
   internalPort3: 8448
   terminationGracePeriodSeconds: 120
 
 ingress:
   enabled: false
 
+# No inbound communications.
+serviceMesh:
+  authorizationPolicy:
+    authorizedPrincipals: []
+
 persistence:
   enabled: true
   ## A manually managed Persistent Volume and Claim
@@ -239,18 +244,18 @@ accessLogback:
 resources:
   small:
     limits:
-      cpu: 2
+      cpu: 999
       memory: 4Gi
     requests:
       cpu: 0.5
-      memory: 1536Mi
+      memory: 1.6Gi
   large:
     limits:
-      cpu: 4
+      cpu: 999
       memory: 8Gi
     requests:
       cpu: 1
-      memory: 2Gi
+      memory: 3.2Gi
   unlimited: {}
 
 metrics: