Add Kubernetes yaml file deployment example (#4262)

* Add Kubernetes yaml file deployment example

* Change the Docker image tag to latest

* Update latest release tag
This commit is contained in:
Nitish Tiwari
2017-05-04 19:30:46 -07:00
committed by Dee Koder
parent bb4efbf258
commit 4c63fd06c6
8 changed files with 481 additions and 1 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