PVC is required outside of the helm chart
This commit is contained in:
parent
9ab8a6aab9
commit
6d2a7f01bf
1 changed files with 11 additions and 0 deletions
11
apps-kustomized/immich/pvc.yaml
Normal file
11
apps-kustomized/immich/pvc.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: immich-data
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Gi
|
||||
storageClassName: longhorn-fast
|
||||
Loading…
Add table
Reference in a new issue