Files
provisioning/ansible-5/roles/prod.k3s/templates/funkwhale/pv.yaml

18 lines
272 B
YAML

---
# persistent volume
apiVersion: v1
kind: PersistentVolume
metadata:
name: funkwhale-pv-local
labels:
type: local
spec:
storageClassName: manual
capacity:
storage: 100Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/opt/data/T2/funkwhale"