revert WordPress and MySQL PV doc changes to use apps/v1beta2 APIs (#5461)

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