chore(ingest): Bump to 2.3.1
This commit is contained in:
@@ -15,11 +15,16 @@ spec:
|
|||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 5000
|
runAsUser: 0
|
||||||
runAsGroup: 5000
|
runAsGroup: 0
|
||||||
containers:
|
containers:
|
||||||
- name: ingest-py
|
- name: ingest-py
|
||||||
image: git.oceanbox.io/oceanbox/churn/ingest-py:v2.3.0
|
image: git.oceanbox.io/oceanbox/churn/ingest-py:v2.3.1
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 512Mi
|
||||||
|
limits:
|
||||||
|
memory: 2Gi
|
||||||
env:
|
env:
|
||||||
- name: DATA_ROOT
|
- name: DATA_ROOT
|
||||||
value: /data/hdd/data
|
value: /data/hdd/data
|
||||||
|
|||||||
@@ -14,13 +14,17 @@ spec:
|
|||||||
sunset: {}
|
sunset: {}
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
# Run as the data uid/gid; no fsGroup
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 5000
|
runAsUser: 0
|
||||||
runAsGroup: 5000
|
runAsGroup: 0
|
||||||
containers:
|
containers:
|
||||||
- name: ingest
|
- name: ingest
|
||||||
image: git.oceanbox.io/oceanbox/churn/ingest:v2.3.0
|
image: git.oceanbox.io/oceanbox/churn/ingest:v2.3.1
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 512Mi
|
||||||
|
limits:
|
||||||
|
memory: 2Gi
|
||||||
env:
|
env:
|
||||||
- name: DATA_ROOT
|
- name: DATA_ROOT
|
||||||
value: /data/hdd/data
|
value: /data/hdd/data
|
||||||
|
|||||||
Reference in New Issue
Block a user