Update Kubernetes example yaml files (#5278)

Removed the non production ready Kubernetes constructs that are not needed
for standard Minio deployment. General cleanup of the documents.
This commit is contained in:
Nitish Tiwari
2017-12-12 10:29:00 +05:30
committed by GitHub
parent 2853fa1882
commit 8c08571cd9
5 changed files with 46 additions and 41 deletions
@@ -1,6 +1,7 @@
apiVersion: v1
kind: Service
metadata:
# This name uniquely identifies the service
name: minio-service
spec:
type: LoadBalancer
@@ -9,4 +10,5 @@ spec:
targetPort: 9000
protocol: TCP
selector:
# Looks for labels `app:minio` in the namespace and applies the spec
app: minio