mirror of
https://github.com/minio/minio.git
synced 2024-12-26 15:15:55 -05:00
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
|