Merge "Add MinIO Server with Kubernetes deployment" into dev/icn-v0.2.0
[icn.git] / deploy / kud-plugin-addons / minio / minio-service.yaml
diff --git a/deploy/kud-plugin-addons/minio/minio-service.yaml b/deploy/kud-plugin-addons/minio/minio-service.yaml
new file mode 100644 (file)
index 0000000..766a1a2
--- /dev/null
@@ -0,0 +1,13 @@
+apiVersion: v1
+kind: Service
+metadata:
+  name: minio-service
+spec:
+  type: LoadBalancer
+  ports:
+    - port: 9000
+      targetPort: 9000
+      protocol: TCP
+  selector:
+    app: minio
+