fix(ingest): Bump to 2.3.4 and fix memory usage

This commit is contained in:
2026-06-20 16:46:56 +02:00
parent f9d0eb14b6
commit 178e3b0328
2 changed files with 3 additions and 3 deletions
@@ -19,12 +19,12 @@ spec:
runAsGroup: 0
containers:
- name: ingest-py
image: git.oceanbox.io/oceanbox/churn/ingest-py:v2.3.3
image: git.oceanbox.io/oceanbox/churn/ingest-py:v2.3.4
resources:
requests:
memory: 512Mi
limits:
memory: 2Gi
memory: 3Gi
env:
- name: DATA_ROOT
value: /data/hdd/data
@@ -19,7 +19,7 @@ spec:
runAsGroup: 0
containers:
- name: ingest
image: git.oceanbox.io/oceanbox/churn/ingest:v2.3.3
image: git.oceanbox.io/oceanbox/churn/ingest:v2.3.4
resources:
requests:
memory: 512Mi