mirror of https://github.com/minio/minio.git
Update yaml files to latest version RELEASE.2019-12-19T22-52-26Z
This commit is contained in:
parent
586614c73f
commit
dc1eb57f4e
|
@ -5,7 +5,7 @@ version: '3.7'
|
|||
# 9001 through 9004.
|
||||
services:
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
volumes:
|
||||
- data1-1:/data1
|
||||
- data1-2:/data2
|
||||
|
@ -22,7 +22,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
volumes:
|
||||
- data2-1:/data1
|
||||
- data2-2:/data2
|
||||
|
@ -39,7 +39,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
volumes:
|
||||
- data3-1:/data1
|
||||
- data3-2:/data2
|
||||
|
@ -56,7 +56,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
volumes:
|
||||
- data4-1:/data1
|
||||
- data4-2:/data2
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
|
||||
services:
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
hostname: minio1
|
||||
volumes:
|
||||
- minio1-data:/export
|
||||
|
@ -29,7 +29,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
hostname: minio2
|
||||
volumes:
|
||||
- minio2-data:/export
|
||||
|
@ -56,7 +56,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
hostname: minio3
|
||||
volumes:
|
||||
- minio3-data:/export
|
||||
|
@ -83,7 +83,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
hostname: minio4
|
||||
volumes:
|
||||
- minio4-data:/export
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
|
||||
services:
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
hostname: minio1
|
||||
volumes:
|
||||
- minio1-data:/export
|
||||
|
@ -33,7 +33,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
hostname: minio2
|
||||
volumes:
|
||||
- minio2-data:/export
|
||||
|
@ -64,7 +64,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
hostname: minio3
|
||||
volumes:
|
||||
- minio3-data:/export
|
||||
|
@ -95,7 +95,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
hostname: minio4
|
||||
volumes:
|
||||
- minio4-data:/export
|
||||
|
|
|
@ -30,7 +30,7 @@ spec:
|
|||
value: "minio"
|
||||
- name: MINIO_SECRET_KEY
|
||||
value: "minio123"
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
# Unfortunately you must manually define each server. Perhaps autodiscovery via DNS can be implemented in the future.
|
||||
args:
|
||||
- server
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
value: "minio"
|
||||
- name: MINIO_SECRET_KEY
|
||||
value: "minio123"
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
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.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
args:
|
||||
- gateway
|
||||
- gcs
|
||||
|
|
|
@ -32,7 +32,7 @@ spec:
|
|||
- name: data
|
||||
mountPath: "/data"
|
||||
# Pulls the lastest Minio image from Docker Hub
|
||||
image: minio/minio:RELEASE.2019-12-17T23-16-33Z
|
||||
image: minio/minio:RELEASE.2019-12-19T22-52-26Z
|
||||
args:
|
||||
- server
|
||||
- /data
|
||||
|
|
Loading…
Reference in New Issue