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

This commit is contained in:
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
@@ -12,11 +12,16 @@ spec:
targetPort: 80 targetPort: 80
type: LoadBalancer type: LoadBalancer
--- ---
apiVersion: apps/v1beta1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: frontend name: frontend
spec: spec:
selector:
matchLabels:
app: hello
tier: frontend
track: stable
replicas: 1 replicas: 1
template: template:
metadata: metadata:
@@ -1,8 +1,13 @@
apiVersion: apps/v1beta1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: hello name: hello
spec: spec:
selector:
matchLabels:
app: hello
tier: backend
track: stable
replicas: 7 replicas: 7
template: template:
metadata: metadata: