Move Guide topic: Deployments (#3179)

* Move Guide topic: Deployments

* Move included file.
This commit is contained in:
Steve Perry
2017-03-31 12:13:47 -07:00
committed by GitHub
parent eb657dfd9e
commit e35313c657
4 changed files with 827 additions and 801 deletions
@@ -0,0 +1,16 @@
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: nginx-deployment
spec:
replicas: 3
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.7.9
ports:
- containerPort: 80