diff options
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml')
-rw-r--r-- | kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml b/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml index 73a759eae5..83e4350e7d 100644 --- a/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml +++ b/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml @@ -129,18 +129,18 @@ flavor: small resources: small: limits: - cpu: 1 - memory: 6Gi + cpu: 999 + memory: 1Gi requests: - cpu: 200m - memory: 2Gi + cpu: 0.5 + memory: 1Gi large: limits: - cpu: 2 - memory: 8Gi + cpu: 999 + memory: 2Gi requests: - cpu: 400m - memory: 4Gi + cpu: 1 + memory: 2Gi unlimited: {} #Pods Service Account |