aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/components/uui-intent-analysis/templates/job.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/uui/components/uui-intent-analysis/templates/job.yaml')
-rw-r--r--kubernetes/uui/components/uui-intent-analysis/templates/job.yaml4
1 files changed, 2 insertions, 2 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" . }}