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 39f9a91f9e..2c75b11f20 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: 1 + cpu: 999 memory: 0.5Gi requests: cpu: 0.5 memory: 0.5Gi large: limits: - cpu: 2 + cpu: 999 memory: 1Gi requests: cpu: 1 |