ingest: Bump to 2.3.7 and limit to 15Gi
This commit is contained in:
@@ -19,12 +19,12 @@ spec:
|
||||
runAsGroup: 0
|
||||
containers:
|
||||
- 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:
|
||||
requests:
|
||||
memory: 512Mi
|
||||
limits:
|
||||
memory: 10Gi
|
||||
memory: 15Gi
|
||||
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.5
|
||||
image: git.oceanbox.io/oceanbox/churn/ingest:v2.3.7
|
||||
resources:
|
||||
requests:
|
||||
memory: 512Mi
|
||||
limits:
|
||||
memory: 10Gi
|
||||
memory: 15Gi
|
||||
env:
|
||||
- name: DATA_ROOT
|
||||
value: /data/hdd/data
|
||||
|
||||
Reference in New Issue
Block a user