Add stateful application tutorial.

This commit is contained in:
Jeff Mendoza
2016-11-01 13:29:42 -07:00
parent 7b2589f4f9
commit 053cdb3a1e
5 changed files with 291 additions and 0 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