Add MongoDB catalog item to k8s

This commit is contained in:
galal-hussein
2016-04-02 03:53:45 +02:00
parent a45179fa86
commit 0610aabcab
7 changed files with 142 additions and 0 deletions
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
labels:
name: mongo-sec
name: mongo-sec
spec:
ports:
- port: 27017
selector:
secondary: "true"