chore(ingest): Bump to 2.3.1
This commit is contained in:
@@ -15,11 +15,16 @@ spec:
|
||||
template:
|
||||
spec:
|
||||
securityContext:
|
||||
runAsUser: 5000
|
||||
runAsGroup: 5000
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
containers:
|
||||
- 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:
|
||||
- name: DATA_ROOT
|
||||
value: /data/hdd/data
|
||||
|
||||
@@ -14,13 +14,17 @@ spec:
|
||||
sunset: {}
|
||||
template:
|
||||
spec:
|
||||
# Run as the data uid/gid; no fsGroup
|
||||
securityContext:
|
||||
runAsUser: 5000
|
||||
runAsGroup: 5000
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
containers:
|
||||
- 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:
|
||||
- name: DATA_ROOT
|
||||
value: /data/hdd/data
|
||||
|
||||
Reference in New Issue
Block a user