diff options
Diffstat (limited to 'kubernetes/uui/components/uui-intent-analysis/values.yaml')
-rw-r--r-- | kubernetes/uui/components/uui-intent-analysis/values.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kubernetes/uui/components/uui-intent-analysis/values.yaml b/kubernetes/uui/components/uui-intent-analysis/values.yaml index 39c4807fff..a42090f998 100644 --- a/kubernetes/uui/components/uui-intent-analysis/values.yaml +++ b/kubernetes/uui/components/uui-intent-analysis/values.yaml @@ -110,16 +110,16 @@ wait_for_job_container: resources: small: limits: - cpu: 200m + cpu: 2 memory: 1Gi requests: - cpu: 100m - memory: 250Mi + cpu: 1 + memory: 256Mi large: limits: - cpu: 400m - memory: 1Gi + cpu: 4 + memory: 2Gi requests: - cpu: 200m - memory: 500Mi + cpu: 2 + memory: 1Gi unlimited: {} |