Experiments with Data Loader pods

This commit is contained in:
2025-09-22 23:16:07 +02:00
parent 099a85a249
commit d242f88e28
5 changed files with 17 additions and 4 deletions

View File

@@ -7,11 +7,12 @@ spec:
restartPolicy: Never
containers:
- name: loader
image: alpine:3.20
command: ["sh","-c","sleep 3600"]
image: adebaumann/vgui-preloader:0.4
command: ["sh","-c","cp -v /preload/preload.sqlite3 /data/db.sqlite3; chown -R 999:999 /data; ls -la /data"]
volumeMounts:
- name: data
mountPath: /data
volumes:
- name: data
persistentVolumeClaim: