MG-KI_Flaechenanalyse/kubernetes/manifest/mongo-service.yaml

16 lines
267 B
YAML

apiVersion: v1
kind: Service
metadata:
name: mongo
namespace: stadtmg
labels:
io.kompose.service: mongo
spec:
type: ClusterIP
selector:
io.kompose.service: mongo
ports:
- protocol: TCP
name: http
port: 27017
targetPort: 27017