feat(sorcerer): Add raid-data pvc and cronjobs

This commit is contained in:
2026-04-27 15:45:51 +02:00
parent 1e188543ae
commit 0c46dff7bf
8 changed files with 512 additions and 5 deletions
+2 -3
View File
@@ -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