Create 13-11-mongo-service.yaml
This commit is contained in:
11
13-11-mongo-service.yaml
Normal file
11
13-11-mongo-service.yaml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: mongo
|
||||||
|
spec:
|
||||||
|
ports:
|
||||||
|
- port: 27017
|
||||||
|
name: peer
|
||||||
|
clusterIP: None
|
||||||
|
selector:
|
||||||
|
app: mongo
|
||||||
Reference in New Issue
Block a user