Update k8s/core/postgresql/nas.yaml
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 13s
Check with kubeconform / lint (push) Successful in 15s

This commit is contained in:
ab
2025-11-07 12:46:42 +00:00
parent aae0255843
commit e545346fec

View File

@@ -6,7 +6,7 @@ metadata:
namespace: immich
spec:
capacity:
storage: 50Gi
storage: 20Gi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Retain
@@ -79,14 +79,14 @@ spec:
- CREATE EXTENSION IF NOT EXISTS earthdistance;
storage:
size: 50Gi
size: 20Gi
storageClass: nfs-storage
pvcTemplate:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 50Gi
storage: 20Gi
storageClassName: nfs-storage
volumeMode: Filesystem