mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
Update yaml files to latest version RELEASE.2020-03-06T22-23-56Z
This commit is contained in:
@@ -30,7 +30,7 @@ spec:
|
||||
value: "minio"
|
||||
- name: MINIO_SECRET_KEY
|
||||
value: "minio123"
|
||||
image: minio/minio:RELEASE.2020-03-05T01-04-19Z
|
||||
image: minio/minio:RELEASE.2020-03-06T22-23-56Z
|
||||
# Unfortunately you must manually define each server. Perhaps autodiscovery via DNS can be implemented in the future.
|
||||
args:
|
||||
- server
|
||||
|
||||
@@ -22,7 +22,7 @@ spec:
|
||||
value: "minio"
|
||||
- name: MINIO_SECRET_KEY
|
||||
value: "minio123"
|
||||
image: minio/minio:RELEASE.2020-03-05T01-04-19Z
|
||||
image: minio/minio:RELEASE.2020-03-06T22-23-56Z
|
||||
args:
|
||||
- server
|
||||
- http://minio-{0...3}.minio.default.svc.cluster.local/data
|
||||
|
||||
@@ -24,7 +24,7 @@ spec:
|
||||
containers:
|
||||
- name: minio
|
||||
# Pulls the default Minio image from Docker Hub
|
||||
image: minio/minio:RELEASE.2020-03-05T01-04-19Z
|
||||
image: minio/minio:RELEASE.2020-03-06T22-23-56Z
|
||||
args:
|
||||
- gateway
|
||||
- gcs
|
||||
|
||||
@@ -32,7 +32,7 @@ spec:
|
||||
- name: data
|
||||
mountPath: "/data"
|
||||
# Pulls the lastest Minio image from Docker Hub
|
||||
image: minio/minio:RELEASE.2020-03-05T01-04-19Z
|
||||
image: minio/minio:RELEASE.2020-03-06T22-23-56Z
|
||||
args:
|
||||
- server
|
||||
- /data
|
||||
|
||||
Reference in New Issue
Block a user