766a1a2aab2b43fea27d77452217e4e95fb592f2
[icn.git] / deploy / kud-plugin-addons / minio / minio-service.yaml
1 apiVersion: v1
2 kind: Service
3 metadata:
4   name: minio-service
5 spec:
6   type: LoadBalancer
7   ports:
8     - port: 9000
9       targetPort: 9000
10       protocol: TCP
11   selector:
12     app: minio
13