mirror of
https://github.com/minio/minio.git
synced 2024-12-26 15:15:55 -05:00
4c63fd06c6
* Add Kubernetes yaml file deployment example * Change the Docker image tag to latest * Update latest release tag
14 lines
173 B
YAML
14 lines
173 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: minio
|
|
labels:
|
|
app: minio
|
|
spec:
|
|
clusterIP: None
|
|
ports:
|
|
- port: 9000
|
|
name: minio
|
|
selector:
|
|
app: minio
|