Bump up Deployment version and delete useless file (#7320)

This commit is contained in:
Xiaodong Zhang
2018-02-10 10:44:51 +08:00
committed by k8s-ci-robot
parent e5de92a9b3
commit bd5743f427
3 changed files with 4 additions and 33 deletions
@@ -1,8 +1,11 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
spec:
selector:
matchLabels:
app: nginx
replicas: 2 # tells deployment to run 2 pods matching the template
template: # create pods using pod definition in this template
metadata: