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