mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-14 01:04:09 +00:00
12 lines
154 B
YAML
12 lines
154 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: mongodb
|
||
|
spec:
|
||
|
type: NodePort
|
||
|
ports:
|
||
|
- port: 27017
|
||
|
protocol: TCP
|
||
|
selector:
|
||
|
app: mongodb
|