Add MongoDB catalog item to k8s
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
name: mongo-sec
|
||||
name: mongo-sec
|
||||
spec:
|
||||
ports:
|
||||
- port: 27017
|
||||
selector:
|
||||
secondary: "true"
|
||||
Reference in New Issue
Block a user