bunkerweb/tests/utils/k8s.yml
2022-10-19 17:37:13 +02:00

11 lines
176 B
YAML

apiVersion: v1
kind: PersistentVolume
metadata:
name: pv-bunkerweb
spec:
capacity:
storage: 5Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/tmp/bw-data"