mirror of https://github.com/k3s-io/k3s
12 lines
163 B
YAML
12 lines
163 B
YAML
![]() |
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
labels:
|
||
|
name: mongo
|
||
|
name: mongo
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 27017
|
||
|
targetPort: 27017
|
||
|
selector:
|
||
|
name: mongo
|