Merge "[OOM] Fixing k8s cpu limits"
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Mon, 23 Oct 2023 14:28:15 +0000 (14:28 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 23 Oct 2023 14:28:15 +0000 (14:28 +0000)
1  2 
kubernetes/aai/components/aai-graphadmin/values.yaml

@@@ -28,8 -28,6 +28,8 @@@ global: # global default
    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:
@@@ -246,14 -244,14 +246,14 @@@ accessLogback
  resources:
    small:
      limits:
-       cpu: 999
+       cpu: 1
        memory: 4Gi
      requests:
        cpu: 0.5
        memory: 1.6Gi
    large:
      limits:
-       cpu: 999
+       cpu: 2
        memory: 8Gi
      requests:
        cpu: 1