freedge/k8s/pvc.yml
ordinarthur 21c92abc9c
Some checks failed
Build & Deploy to K3s / build-and-deploy (push) Failing after 24s
feat: implement Kubernetes deployment infrastructure, migrate database to PostgreSQL, and add CI/CD pipeline
2026-04-11 14:09:16 +02:00

13 lines
216 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: freedge-uploads
namespace: freedge
spec:
accessModes:
- ReadWriteOnce
storageClassName: local-path
resources:
requests:
storage: 5Gi