[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / dmaap / components / dmaap-bc / values.yaml
index 1e23424..5c291f0 100644 (file)
@@ -41,11 +41,11 @@ secrets:
 # Application configuration defaults.
 #################################################################
 # application images
-image: onap/dmaap/dmaap-bc:2.0.11
+image: onap/dmaap/dmaap-bc:2.0.12
 pullPolicy: Always
 
 #DMaaP Bus Controller client image for provisioning at deploy time
-dbcClientImage: onap/dmaap/dbc-client:2.0.11
+dbcClientImage: onap/dmaap/dbc-client:2.0.12
 
 # application configuration
 dmaapMessageRouterService: &mr_name message-router
@@ -120,15 +120,15 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 2
-      memory: 4Gi
+      cpu: 999
+      memory: 1Gi
     requests:
       cpu: 1
       memory: 1Gi
   large:
     limits:
-      cpu: 4
-      memory: 8Gi
+      cpu: 999
+      memory: 2Gi
     requests:
       cpu: 2
       memory: 2Gi