diff options
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/sdc/components/sdc-helm-validator/values.yaml | 8 | ||||
-rw-r--r-- | kubernetes/uui/components/uui-intent-analysis/values.yaml | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/kubernetes/sdc/components/sdc-helm-validator/values.yaml b/kubernetes/sdc/components/sdc-helm-validator/values.yaml index a2b4ef39f7..39f9a91f9e 100644 --- a/kubernetes/sdc/components/sdc-helm-validator/values.yaml +++ b/kubernetes/sdc/components/sdc-helm-validator/values.yaml @@ -59,15 +59,15 @@ resources: small: limits: cpu: 1 - memory: 256Mi + memory: 0.5Gi requests: - cpu: 1 - memory: 256Mi + cpu: 0.5 + memory: 0.5Gi large: limits: cpu: 2 memory: 1Gi requests: cpu: 1 - memory: 256Mi + memory: 1Gi unlimited: {} diff --git a/kubernetes/uui/components/uui-intent-analysis/values.yaml b/kubernetes/uui/components/uui-intent-analysis/values.yaml index 457ba5a72d..772b095379 100644 --- a/kubernetes/uui/components/uui-intent-analysis/values.yaml +++ b/kubernetes/uui/components/uui-intent-analysis/values.yaml @@ -111,14 +111,14 @@ resources: small: limits: cpu: 200m - memory: 500Mi + memory: 1Gi requests: cpu: 100m memory: 250Mi large: limits: cpu: 400m - memory: 1000Mi + memory: 1Gi requests: cpu: 200m memory: 500Mi |