mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00:00
13 lines
288 B
YAML
13 lines
288 B
YAML
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
|