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,13 @@
apiVersion: v1
kind: Service
metadata:
name: minio
labels:
app: minio
spec:
clusterIP: None
ports:
- port: 9000
name: minio
selector:
app: minio