diff options
Diffstat (limited to 'kubernetes/sdc/components/sdc-helm-validator/values.yaml')
-rw-r--r-- | kubernetes/sdc/components/sdc-helm-validator/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/sdc/components/sdc-helm-validator/values.yaml b/kubernetes/sdc/components/sdc-helm-validator/values.yaml index 2c75b11f20..39f9a91f9e 100644 --- a/kubernetes/sdc/components/sdc-helm-validator/values.yaml +++ b/kubernetes/sdc/components/sdc-helm-validator/values.yaml @@ -58,14 +58,14 @@ flavor: small resources: small: limits: - cpu: 999 + cpu: 1 memory: 0.5Gi requests: cpu: 0.5 memory: 0.5Gi large: limits: - cpu: 999 + cpu: 2 memory: 1Gi requests: cpu: 1 |