feat(sorcerer): Add raid-data pvc and cronjobs
This commit is contained in:
@@ -109,8 +109,6 @@ spec:
|
||||
template:
|
||||
spec:
|
||||
restartPolicy: "OnFailure"
|
||||
securityContext:
|
||||
runAsUser: 5000
|
||||
containers:
|
||||
- name: cronpod
|
||||
image: juselius/busynix:1.1
|
||||
@@ -120,7 +118,8 @@ spec:
|
||||
- -c
|
||||
- |
|
||||
nix-shell -p 'python3.withPackages(ps: [ps.netcdf4])' --run 'python3 /scripts/download.py'
|
||||
chown -R kraken /data/hdd/data/AROME
|
||||
chown -R 5000:5000 /data/hdd/data/AROME
|
||||
chmod -R g+w /data/hdd/data/AROME
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- name: data
|
||||
|
||||
Reference in New Issue
Block a user