ingest: Bump to 2.3.7 and limit to 15Gi

This commit is contained in:
2026-06-22 12:36:28 +02:00
parent 10432949d8
commit caf227d9d7
2 changed files with 4 additions and 4 deletions
@@ -19,12 +19,12 @@ spec:
runAsGroup: 0 runAsGroup: 0
containers: containers:
- name: ingest-py - name: ingest-py
image: git.oceanbox.io/oceanbox/churn/ingest-py:v2.3.5 image: git.oceanbox.io/oceanbox/churn/ingest-py:v2.3.7
resources: resources:
requests: requests:
memory: 512Mi memory: 512Mi
limits: limits:
memory: 10Gi memory: 15Gi
env: env:
- name: DATA_ROOT - name: DATA_ROOT
value: /data/hdd/data value: /data/hdd/data
@@ -19,12 +19,12 @@ spec:
runAsGroup: 0 runAsGroup: 0
containers: containers:
- name: ingest - name: ingest
image: git.oceanbox.io/oceanbox/churn/ingest:v2.3.5 image: git.oceanbox.io/oceanbox/churn/ingest:v2.3.7
resources: resources:
requests: requests:
memory: 512Mi memory: 512Mi
limits: limits:
memory: 10Gi memory: 15Gi
env: env:
- name: DATA_ROOT - name: DATA_ROOT
value: /data/hdd/data value: /data/hdd/data