implement huly
This commit is contained in:
13
deploy/huly/mongodb/mongodb-service.yaml
Normal file
13
deploy/huly/mongodb/mongodb-service.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
app: mongodb
|
||||
name: mongodb
|
||||
spec:
|
||||
ports:
|
||||
- port: 27017
|
||||
targetPort: 27017
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: mongodb
|
Reference in New Issue
Block a user