Move to Tasks: Single-instance Stateful. (#3638)

This commit is contained in:
Steve Perry
2017-05-04 12:04:28 -07:00
committed by GitHub
parent fc533bea91
commit 712c374379
5 changed files with 4 additions and 1 deletions
@@ -0,0 +1,12 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: mysql-pv
spec:
capacity:
storage: 20Gi
accessModes:
- ReadWriteOnce
gcePersistentDisk:
pdName: mysql-disk
fsType: ext4