Move Guide topic: Connecting Apps with Services. (#2885)

This commit is contained in:
Steve Perry
2017-03-16 16:50:19 -07:00
committed by GitHub
parent d239db84cf
commit e889494348
7 changed files with 401 additions and 292 deletions
@@ -0,0 +1,17 @@
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: my-nginx
spec:
replicas: 2
template:
metadata:
labels:
run: my-nginx
spec:
containers:
- name: my-nginx
image: nginx
ports:
- containerPort: 80