Skip to content

Commit

Permalink
Bump Deployment version (kubernetes#7146)
Browse files Browse the repository at this point in the history
  • Loading branch information
nashasha1 authored and k8s-ci-robot committed Feb 2, 2018
1 parent 90db716 commit ad62225
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 8 deletions.
5 changes: 4 additions & 1 deletion cn/docs/concepts/services-networking/nginx-secure-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ spec:
selector:
run: my-nginx
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-nginx
spec:
selector:
matchLabels:
run: my-nginx
replicas: 1
template:
metadata:
Expand Down
5 changes: 4 additions & 1 deletion cn/docs/concepts/services-networking/run-my-nginx.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-nginx
spec:
selector:
matchLabels:
run: my-nginx
replicas: 2
template:
metadata:
Expand Down
5 changes: 4 additions & 1 deletion cn/docs/user-guide/nginx-secure-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ spec:
selector:
run: my-nginx
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-nginx
spec:
selector:
matchLabels:
run: my-nginx
replicas: 1
template:
metadata:
Expand Down
5 changes: 4 additions & 1 deletion cn/docs/user-guide/run-my-nginx.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-nginx
spec:
selector:
matchLabels:
run: my-nginx
replicas: 2
template:
metadata:
Expand Down
5 changes: 4 additions & 1 deletion docs/concepts/services-networking/nginx-secure-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ spec:
selector:
run: my-nginx
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-nginx
spec:
selector:
matchLabels:
run: my-nginx
replicas: 1
template:
metadata:
Expand Down
5 changes: 4 additions & 1 deletion docs/concepts/services-networking/run-my-nginx.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-nginx
spec:
selector:
matchLabels:
run: my-nginx
replicas: 2
template:
metadata:
Expand Down
5 changes: 4 additions & 1 deletion docs/user-guide/nginx-secure-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ spec:
selector:
run: my-nginx
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-nginx
spec:
selector:
matchLabels:
run: my-nginx
replicas: 1
template:
metadata:
Expand Down
5 changes: 4 additions & 1 deletion docs/user-guide/run-my-nginx.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: my-nginx
spec:
selector:
matchLabels:
run: my-nginx
replicas: 2
template:
metadata:
Expand Down

0 comments on commit ad62225

Please sign in to comment.