habitica/kubernetes/mongo-service.yaml

14 lines
288 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
labels:
name: mongosvc
name: mongosvc
spec:
ports:
# the port that this service should serve on
- port: 27017
# label keys and values that must match in order to receive traffic for this service
selector:
name: mongodb