X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fdmaap%2Fcomponents%2Fdmaap-dr-node%2Fvalues.yaml;h=d6815fdee179415c76f19128b8b7b1fdf3fa9fd1;hb=838ce7ea096c3dd52436803776764b2dd0b05971;hp=00576d232600b822674bd6b307469852e3e64dfb;hpb=7448e0aef213763803a670d265ff9d4f6f96027e;p=oom.git diff --git a/kubernetes/dmaap/components/dmaap-dr-node/values.yaml b/kubernetes/dmaap/components/dmaap-dr-node/values.yaml index 00576d2326..d6815fdee1 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.13 +image: onap/dmaap/datarouter-node:2.1.14 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: {}