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,12 @@
apiVersion: v1
kind: Service
metadata:
name: my-nginx
labels:
run: my-nginx
spec:
ports:
- port: 80
protocol: TCP
selector:
run: my-nginx