Compare commits

...

4 Commits

1 changed files with 16 additions and 0 deletions

16
treafik pv.yaml Normal file
View File

@ -0,0 +1,16 @@
kubectl create -f - <<EOY
apiVersion: v1
kind: PersistentVolume
metadata:
name: traefik
labels:
type: local-storage
spec:
storageClassName: local-storage
capacity:
storage: 128Mi
accessModes:
- ReadWriteOnce
hostPath:
path: "/data"
EOY