Move walkthroughs from user-guide to tutorials. (#8933)

This commit is contained in:
Steve Perry
2018-06-06 12:36:25 -07:00
committed by k8s-ci-robot
parent 6c5685b01b
commit 70fd7dca04
15 changed files with 18 additions and 41 deletions
@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
spec:
selector:
matchLabels:
app: nginx
replicas: 2
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