DocsGPT/k8s/services/mongo-service.yaml

12 lines
186 B
YAML
Raw Normal View History

2024-05-23 17:23:01 +00:00
apiVersion: v1
kind: Service
metadata:
name: mongodb-service
spec:
selector:
app: mongodb
ports:
- protocol: TCP
port: 27017
targetPort: 27017
type: ClusterIP