aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/dmaap-dr-prov/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-dr-prov/values.yaml')
-rw-r--r--kubernetes/dmaap/components/dmaap-dr-prov/values.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/kubernetes/dmaap/components/dmaap-dr-prov/values.yaml b/kubernetes/dmaap/components/dmaap-dr-prov/values.yaml
index 2e1a5b9b3f..af855c7640 100644
--- a/kubernetes/dmaap/components/dmaap-dr-prov/values.yaml
+++ b/kubernetes/dmaap/components/dmaap-dr-prov/values.yaml
@@ -120,17 +120,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: {}