Cleanup Kubernetes documentation (#6678)

This commit is contained in:
Nitish Tiwari
2018-10-23 18:22:43 +05:30
committed by GitHub
parent b99aaab42e
commit 7b7be66fa1
14 changed files with 556 additions and 882 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: minio-service
spec:
type: LoadBalancer
ports:
- port: 9000
targetPort: 9000
protocol: TCP
selector:
app: minio