diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-07 06:33:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-07 06:33:14 +0000 |
commit | 2b8141540093abff451c4fd333028a47b03c9e0c (patch) | |
tree | 595488d580db9a404abb4b25a577eea49b8e5360 /kubernetes/sdc/components/sdc-cs/values.yaml | |
parent | 70f269ea180517b0f6878fb34e65e61cde3a3b2c (diff) | |
parent | 32172345e3f07d8a1de4468ba2296561a170a392 (diff) |
Merge "[SDC] Update pod limits and timeouts"
Diffstat (limited to 'kubernetes/sdc/components/sdc-cs/values.yaml')
-rw-r--r-- | kubernetes/sdc/components/sdc-cs/values.yaml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/kubernetes/sdc/components/sdc-cs/values.yaml b/kubernetes/sdc/components/sdc-cs/values.yaml index 4cf6e4d5f3..e80f64844e 100644 --- a/kubernetes/sdc/components/sdc-cs/values.yaml +++ b/kubernetes/sdc/components/sdc-cs/values.yaml @@ -104,23 +104,3 @@ persistence: ingress: enabled: false - -# Resource Limit flavor -By Default using small -flavor: small -# Segregation for Different environment (Small and Large) -resources: - small: - limits: - cpu: 1 - memory: 4Gi - requests: - cpu: 10m - memory: 1Gi - large: - limits: - cpu: 2 - memory: 8Gi - requests: - cpu: 20m - memory: 2Gi - unlimited: {} |