update wordpress and mysql PV doc to use apps/v1beta2 APIs (#5424)

This commit is contained in:
Jun Xiang Tee
2017-09-13 19:43:00 -07:00
committed by Steve Perry
parent ccb82b10f2
commit c912140727
5 changed files with 21 additions and 5 deletions
@@ -25,13 +25,17 @@ spec:
requests:
storage: 20Gi
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1beta2
kind: Deployment
metadata:
name: wordpress
labels:
app: wordpress
spec:
selector:
matchLabels:
app: wordpress
tier: frontend
strategy:
type: Recreate
template: