Bump up deployment version in tasks/access-application-cluster folder (#7324)

pull/7555/head
Xiaodong Zhang 2018-02-28 14:35:46 +08:00 committed by k8s-ci-robot
parent 23342f23d9
commit b99d1b1394
2 changed files with 12 additions and 2 deletions

View File

@ -12,11 +12,16 @@ spec:
targetPort: 80
type: LoadBalancer
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: frontend
spec:
selector:
matchLabels:
app: hello
tier: frontend
track: stable
replicas: 1
template:
metadata:

View File

@ -1,8 +1,13 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: hello
spec:
selector:
matchLabels:
app: hello
tier: backend
track: stable
replicas: 7
template:
metadata: