aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/components/uui-intent-analysis/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/uui/components/uui-intent-analysis/values.yaml')
-rw-r--r--kubernetes/uui/components/uui-intent-analysis/values.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/kubernetes/uui/components/uui-intent-analysis/values.yaml b/kubernetes/uui/components/uui-intent-analysis/values.yaml
index 97bf9c105d..71ec4e1d1e 100644
--- a/kubernetes/uui/components/uui-intent-analysis/values.yaml
+++ b/kubernetes/uui/components/uui-intent-analysis/values.yaml
@@ -110,17 +110,17 @@ wait_for_job_container:
resources:
small:
limits:
- cpu: 2
- memory: 1Gi
+ cpu: "2"
+ memory: "1Gi"
requests:
- cpu: 1
- memory: 256Mi
+ cpu: "1"
+ memory: "0.2Gi"
large:
limits:
- cpu: 4
- memory: 2Gi
+ cpu: "4"
+ memory: "2Gi"
requests:
- cpu: 2
- memory: 1Gi
+ cpu: "2"
+ memory: "1Gi"
unlimited: {}