aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/components/uui-intent-analysis
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/uui/components/uui-intent-analysis')
-rw-r--r--kubernetes/uui/components/uui-intent-analysis/templates/job.yaml4
-rw-r--r--kubernetes/uui/components/uui-intent-analysis/values.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/uui/components/uui-intent-analysis/templates/job.yaml b/kubernetes/uui/components/uui-intent-analysis/templates/job.yaml
index 091af3f382..9191af01d0 100644
--- a/kubernetes/uui/components/uui-intent-analysis/templates/job.yaml
+++ b/kubernetes/uui/components/uui-intent-analysis/templates/job.yaml
@@ -51,10 +51,10 @@ spec:
resources:
limits:
cpu: "100m"
- memory: "0.5Gi"
+ memory: "500Mi"
requests:
cpu: "3m"
- memory: "0.02Gi"
+ memory: "20Mi"
containers:
- name: {{ include "common.name" . }}-job
image: {{ include "repositoryGenerator.image.postgres" . }}
diff --git a/kubernetes/uui/components/uui-intent-analysis/values.yaml b/kubernetes/uui/components/uui-intent-analysis/values.yaml
index 71ec4e1d1e..47a30f8623 100644
--- a/kubernetes/uui/components/uui-intent-analysis/values.yaml
+++ b/kubernetes/uui/components/uui-intent-analysis/values.yaml
@@ -114,7 +114,7 @@ resources:
memory: "1Gi"
requests:
cpu: "1"
- memory: "0.2Gi"
+ memory: "200Mi"
large:
limits:
cpu: "4"