Update connecting-applications.md

This commit is contained in:
Janet Kuo
2016-03-29 19:42:04 -07:00
parent 8f8a777ae2
commit 51d2d18801
4 changed files with 192 additions and 218 deletions
+12
View File
@@ -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