homelab-gitops/apps/stirling-pdf/pvc.yaml
gwg313 3cd820c135
add stirling-pdf
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-19 23:00:03 -04:00

12 lines
219 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: stirling-data
namespace: stirling-pdf
spec:
storageClassName: nfs-retain
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi