diff options
author | ChrisC <christophe.closset@intl.att.com> | 2020-10-02 16:39:13 +0200 |
---|---|---|
committer | ChrisC <christophe.closset@intl.att.com> | 2020-10-05 18:00:55 +0200 |
commit | 32172345e3f07d8a1de4468ba2296561a170a392 (patch) | |
tree | a75930308dcecbbcb1b44d7f429eb6c4e89c105e /kubernetes/sdc/components/sdc-cs/values.yaml | |
parent | 0394e0d21274fd742cadcf9e91e68395bbd6a63f (diff) |
[SDC] Update pod limits and timeouts
Add missing common flavor limits (and revisit some values)
Add fixed limits for single job containers and init containers (no need to have these configurable I think)
Reworked timeouts
Issue-ID: SDC-3282
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I2eb7122eed370978876ac496a68eebb51421595a
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: {} |