Add replica count to tutorial. (#1434)

This commit is contained in:
Steve Perry
2016-10-11 14:36:18 -07:00
committed by GitHub
parent f57e43af11
commit 791000cbe4
2 changed files with 40 additions and 0 deletions
@@ -0,0 +1,16 @@
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: nginx-deployment
spec:
replicas: 4
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:1.8 # Update the version of nginx from 1.7.9 to 1.8
ports:
- containerPort: 80