[DCAEGEN2] Deploy latest cm-container 13/113613/1
authorJack Lucas <jflos@sonoris.net>
Tue, 6 Oct 2020 16:01:59 +0000 (12:01 -0400)
committerJack Lucas <jflos@sonoris.net>
Wed, 7 Oct 2020 14:47:25 +0000 (10:47 -0400)
Deploy cm-container version 3.3.4
Update container memory limits and requests to
address problem in integration environment

Issue-ID: DCAEGEN2-2471
Issue-ID: DCAEGEN2-2457
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I439385f320ee90d571599ba81a09b62e7e714d2e

kubernetes/dcaegen2/components/dcae-cloudify-manager/values.yaml

index 0de6f03..bb29878 100644 (file)
@@ -54,7 +54,7 @@ config:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/org.onap.dcaegen2.deployments.cm-container:3.3.3
+image: onap/org.onap.dcaegen2.deployments.cm-container:3.3.4
 pullPolicy: Always
 
 # name of shared ConfigMap with kubeconfig for multiple clusters
@@ -95,21 +95,23 @@ service:
 # Resource Limit flavor -By Default using small
 flavor: small
 # Segregation for Different environment (Small and Large)
+# Due to memory issues in ONAP integration environment,
+# we've increased the memory amounts for both flavors.
 resources:
   small:
     limits:
       cpu: 2
-      memory: 2Gi
+      memory: 4Gi
     requests:
       cpu: 1
-      memory: 1Gi
+      memory: 2Gi
   large:
     limits:
       cpu: 4
-      memory: 4Gi
+      memory: 8Gi
     requests:
       cpu: 2
-      memory: 2Gi
+      memory: 4Gi
   unlimited: {}
 # Kubernetes namespace for components deployed via Cloudify manager
 # If empty, use the common namespace