[AAI] Log to stdout in aai pods
[oom.git] / kubernetes / aai / components / aai-graphadmin / values.yaml
index 539beb4..d58c6b0 100644 (file)
@@ -28,6 +28,8 @@ global: # global defaults
   cassandra:
     #This will instantiate AAI cassandra cluster, default:shared cassandra.
     localCluster: false
+    # flag to enable the DB creation via k8ssandra-operator
+    useOperator: true
   initContainers:
     enabled: true
   jobs:
@@ -231,31 +233,31 @@ persistence:
 
 # To make logback capping values configurable
 logback:
-  logToFileEnabled: true
+  logToFileEnabled: false
   maxHistory: 7
   totalSizeCap: 6GB
   queueSize: 1000
 
 accessLogback:
-  logToFileEnabled: true
+  logToFileEnabled: false
   maxHistory: 7
   totalSizeCap: 6GB
 
 resources:
   small:
     limits:
-      cpu: 2
+      cpu: 1
       memory: 4Gi
     requests:
       cpu: 0.5
-      memory: 1536Mi
+      memory: 1.6Gi
   large:
     limits:
-      cpu: 4
+      cpu: 2
       memory: 8Gi
     requests:
       cpu: 1
-      memory: 2Gi
+      memory: 3.2Gi
   unlimited: {}
 
 metrics: