X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fdmaap%2Fcomponents%2Fdmaap-dr-node%2Fvalues.yaml;h=eef675538564a0dcdf3f7b8d31bcb136ea914d7c;hb=555db9c1f910db06341070941b466e6c05827e27;hp=d2f59455bb8799de85a9c1320243d9f0ad44ffd1;hpb=d91dacc25d7d9c01242aaac57384d2a32cedddad;p=oom.git diff --git a/kubernetes/dmaap/components/dmaap-dr-node/values.yaml b/kubernetes/dmaap/components/dmaap-dr-node/values.yaml index d2f59455bb..eef6755385 100644 --- a/kubernetes/dmaap/components/dmaap-dr-node/values.yaml +++ b/kubernetes/dmaap/components/dmaap-dr-node/values.yaml @@ -23,7 +23,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/dmaap/datarouter-node:2.1.12 +image: onap/dmaap/datarouter-node:2.1.13 pullPolicy: Always # default number of instances @@ -101,17 +101,17 @@ flavor: small resources: small: limits: - cpu: 2000m - memory: 4Gi + cpu: 999 + memory: 1Gi requests: - cpu: 500m + cpu: 0.5 memory: 1Gi large: limits: - cpu: 4000m - memory: 8Gi + cpu: 999 + memory: 2Gi requests: - cpu: 1000m + cpu: 1 memory: 2Gi unlimited: {}