add apps to zerobyte

This commit is contained in:
Morten Olsen
2025-12-08 21:38:51 +01:00
parent 4eb9647d89
commit 7d92c8c489
2 changed files with 36 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ spec:
- mountPath: /data/pictures
name: pictures
readOnly: true
- mountPath: /data/apps
name: apps
readOnly: true
volumes:
- name: config
persistentVolumeClaim:
@@ -47,3 +50,6 @@ spec:
- name: pictures
persistentVolumeClaim:
claimName: pictures
- name: apps
persistentVolumeClaim:
claimName: apps-data