X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fdmaap%2Fcomponents%2Fdmaap-bc%2Fvalues.yaml;h=5c291f063e58fb9a6a119ad5128e2fedb7ed3078;hb=555db9c1f910db06341070941b466e6c05827e27;hp=1e234242ee33de51f23c0671089bb0e3f8558944;hpb=70498e0775ed98dd63921d8da22ffb01713635cb;p=oom.git diff --git a/kubernetes/dmaap/components/dmaap-bc/values.yaml b/kubernetes/dmaap/components/dmaap-bc/values.yaml index 1e234242ee..5c291f063e 100644 --- a/kubernetes/dmaap/components/dmaap-bc/values.yaml +++ b/kubernetes/dmaap/components/dmaap-bc/values.yaml @@ -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