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,12 @@
apiVersion: v1
kind: Service
metadata:
labels:
name: mongo
name: mongo
spec:
ports:
- port: 27017
targetPort: 27017
selector:
name: mongo