Files
k3s/apps/postgres/manifests/postgres-pvc.yaml

12 lines
162 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: postgres-pvc
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi