fix wordpress tutorial pvcs

This commit is contained in:
Michelle Au
2017-11-22 16:42:01 -08:00
parent c5319e204b
commit 0cccf263d2
2 changed files with 43 additions and 68 deletions
@@ -1,27 +0,0 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: local-pv-1
labels:
type: local
spec:
capacity:
storage: 20Gi
accessModes:
- ReadWriteOnce
hostPath:
path: /tmp/data/pv-1
---
apiVersion: v1
kind: PersistentVolume
metadata:
name: local-pv-2
labels:
type: local
spec:
capacity:
storage: 20Gi
accessModes:
- ReadWriteOnce
hostPath:
path: /tmp/data/pv-2