Skip to content

Commit

Permalink
revert WordPress and MySQL PV doc changes to use apps/v1beta2 APIs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
crimsonfaith91 authored and Jessica Yao committed Sep 22, 2017
1 parent 3990404 commit a9e7663
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a9e7663

Please sign in to comment.