Added Node.js / MongoDB example

This commit is contained in:
Sandeep Dinesh
2015-08-19 18:04:53 -07:00
parent 8a43bd621e
commit d27a104454
6 changed files with 413 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: web
labels:
name: web
spec:
type: LoadBalancer
ports:
- port: 80
targetPort: 3000
protocol: TCP
selector:
name: web