mirror of https://github.com/k3s-io/k3s
13 lines
184 B
YAML
13 lines
184 B
YAML
![]() |
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: minio-service
|
||
|
spec:
|
||
![]() |
type: LoadBalancer
|
||
![]() |
ports:
|
||
|
- port: 9000
|
||
|
targetPort: 9000
|
||
![]() |
protocol: TCP
|
||
![]() |
selector:
|
||
|
app: minio
|