mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
add apps to zerobyte
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user