immich added
This commit is contained in:
16
cluster/apps/immich/server/pvc/app.yaml
Normal file
16
cluster/apps/immich/server/pvc/app.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: immich
|
||||
namespace: immich
|
||||
labels:
|
||||
app: immich-server
|
||||
velero.io/exclude-from-backup: 'true' # because this is nfs storage and velero will try to create snapshots which are will fails
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
storageClassName: k8s-nfs-ssd
|
||||
resources:
|
||||
requests:
|
||||
storage: 500Gi
|
||||
16
cluster/apps/immich/server/pvc/synology-photos.yaml
Normal file
16
cluster/apps/immich/server/pvc/synology-photos.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: immich-synology-photos
|
||||
namespace: immich
|
||||
labels:
|
||||
app: immich-server
|
||||
velero.io/exclude-from-backup: 'true' # because this is nfs storage and velero will try to create snapshots which are will fails
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
storageClassName: k8s-nfs-hdd
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Gi
|
||||
16
cluster/apps/immich/server/pvc/upload.yaml
Normal file
16
cluster/apps/immich/server/pvc/upload.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: immich-upload
|
||||
namespace: immich
|
||||
labels:
|
||||
app: immich-server
|
||||
velero.io/exclude-from-backup: 'true' # because this is nfs storage and velero will try to create snapshots which are will fails
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
storageClassName: k8s-nfs-hdd
|
||||
resources:
|
||||
requests:
|
||||
storage: 2Ti
|
||||
Reference in New Issue
Block a user