fix(ingest): No more memory please

This commit is contained in:
2026-06-21 20:25:48 +02:00
parent 17369f5183
commit abc98dca79
2 changed files with 4 additions and 4 deletions
@@ -19,12 +19,12 @@ spec:
runAsGroup: 0
containers:
- name: ingest-py
image: git.oceanbox.io/oceanbox/churn/ingest-py:v2.3.4
image: git.oceanbox.io/oceanbox/churn/ingest-py:v2.3.5
resources:
requests:
memory: 512Mi
limits:
memory: 3Gi
memory: 10Gi
env:
- name: DATA_ROOT
value: /data/hdd/data
@@ -19,12 +19,12 @@ spec:
runAsGroup: 0
containers:
- name: ingest
image: git.oceanbox.io/oceanbox/churn/ingest:v2.3.4
image: git.oceanbox.io/oceanbox/churn/ingest:v2.3.5
resources:
requests:
memory: 512Mi
limits:
memory: 2Gi
memory: 10Gi
env:
- name: DATA_ROOT
value: /data/hdd/data