ADD: added photoprism and immich manifest
This commit is contained in:
16
k3s/apps/photo/immich/immich-library-pv.yaml
Normal file
16
k3s/apps/photo/immich/immich-library-pv.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
kind: PersistentVolume
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: immich-library-pv
|
||||
namespace: immich
|
||||
labels:
|
||||
app: immich
|
||||
spec:
|
||||
capacity:
|
||||
storage: 50Gi # Adjust the storage size as needed
|
||||
storageClassName: nfs
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
nfs:
|
||||
path: /fastData/immichLibrary # Static path on the NFS server
|
||||
server: 192.168.178.132
|
||||
Reference in New Issue
Block a user