Add steps to run GCS gateway on Kubernetes via YAML files (#4819)

This commit is contained in:
Nitish Tiwari
2017-08-29 01:28:52 +05:30
committed by Dee Koder
parent 34e780e690
commit 2bca51ab2c
3 changed files with 230 additions and 0 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