Merge "[DMAAP] Introduce drprov-client"
authorAndreas Geissler <andreas-geissler@telekom.de>
Mon, 31 Jul 2023 13:03:44 +0000 (13:03 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 31 Jul 2023 13:03:44 +0000 (13:03 +0000)
kubernetes/cps/components/cps-temporal/values.yaml
kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml
kubernetes/uui/components/uui-intent-analysis/values.yaml

index fc0e629..afbf851 100644 (file)
@@ -84,17 +84,17 @@ resources:
   small:
     limits:
       cpu: 999
-      memory: 1Gi
+      memory: 2Gi
     requests:
       cpu: 1
-      memory: 1Gi
+      memory: 2Gi
   large:
     limits:
       cpu: 999
-      memory: 2Gi
+      memory: 4Gi
     requests:
       cpu: 2
-      memory: 2Gi
+      memory: 4Gi
   unlimited: {}
 # probe configuration parameters
 liveness:
index 6eda483..c628438 100644 (file)
@@ -198,18 +198,18 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 1Gi
+      cpu: 999
+      memory: 2Gi
     requests:
       cpu: 1
-      memory: 1Gi
+      memory: 2Gi
   large:
     limits:
-      cpu: 2
-      memory: 2Gi
+      cpu: 999
+      memory: 4Gi
     requests:
       cpu: 2
-      memory: 2Gi
+      memory: 4Gi
   unlimited: {}
 
 #################################################################
index 39c4807..a42090f 100644 (file)
@@ -110,16 +110,16 @@ wait_for_job_container:
 resources:
   small:
     limits:
-      cpu: 200m
+      cpu: 2
       memory: 1Gi
     requests:
-      cpu: 100m
-      memory: 250Mi
+      cpu: 1
+      memory: 256Mi
   large:
     limits:
-      cpu: 400m
-      memory: 1Gi
+      cpu: 4
+      memory: 2Gi
     requests:
-      cpu: 200m
-      memory: 500Mi
+      cpu: 2
+      memory: 1Gi
   unlimited: {}