1
0
mirror of https://github.com/minio/minio synced 2024-07-08 19:56:05 +00:00

Update yaml files to latest version RELEASE.2020-05-06T23-23-25Z

This commit is contained in:
Minio Trusted 2020-05-06 23:32:41 +00:00
parent 4c9de098b0
commit 24f20eb1bd
8 changed files with 18 additions and 16 deletions

View File

@ -5,7 +5,7 @@ version: '3.7'
# 9001 through 9004.
services:
minio1:
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
volumes:
- data1-1:/data1
- data1-2:/data2
@ -22,7 +22,7 @@ services:
retries: 3
minio2:
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
volumes:
- data2-1:/data1
- data2-2:/data2
@ -39,7 +39,7 @@ services:
retries: 3
minio3:
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
volumes:
- data3-1:/data1
- data3-2:/data2
@ -56,7 +56,7 @@ services:
retries: 3
minio4:
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
volumes:
- data4-1:/data1
- data4-2:/data2

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
minio1:
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
hostname: minio1
volumes:
- minio1-data:/export
@ -29,7 +29,7 @@ services:
retries: 3
minio2:
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
hostname: minio2
volumes:
- minio2-data:/export
@ -56,7 +56,7 @@ services:
retries: 3
minio3:
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
hostname: minio3
volumes:
- minio3-data:/export
@ -83,7 +83,7 @@ services:
retries: 3
minio4:
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
hostname: minio4
volumes:
- minio4-data:/export

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
minio1:
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
hostname: minio1
volumes:
- minio1-data:/export
@ -33,7 +33,7 @@ services:
retries: 3
minio2:
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
hostname: minio2
volumes:
- minio2-data:/export
@ -64,7 +64,7 @@ services:
retries: 3
minio3:
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
hostname: minio3
volumes:
- minio3-data:/export
@ -95,7 +95,7 @@ services:
retries: 3
minio4:
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
hostname: minio4
volumes:
- minio4-data:/export

View File

@ -30,7 +30,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
# Unfortunately you must manually define each server. Perhaps autodiscovery via DNS can be implemented in the future.
args:
- server

View File

@ -22,7 +22,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
args:
- server
- http://minio-{0...3}.minio.default.svc.cluster.local/data

View File

@ -24,7 +24,7 @@ spec:
containers:
- name: minio
# Pulls the default Minio image from Docker Hub
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
args:
- gateway
- gcs

View File

@ -32,7 +32,7 @@ spec:
- name: data
mountPath: "/data"
# Pulls the lastest Minio image from Docker Hub
image: minio/minio:RELEASE.2020-05-01T22-19-14Z
image: minio/minio:RELEASE.2020-05-06T23-23-25Z
args:
- server
- /data

2
go.sum
View File

@ -15,6 +15,7 @@ github.com/DataDog/datadog-go v2.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3
github.com/Shopify/sarama v1.24.1 h1:svn9vfN3R1Hz21WR2Gj0VW9ehaDGkiOS+VqlIcZOkMI=
github.com/Shopify/sarama v1.24.1/go.mod h1:fGP8eQ6PugKEI0iUETYYtnP6d1pH/bdDMTel1X5ajsU=
github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI=
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d h1:G0m3OIz70MZUWq3EgK3CesDbo8upS2Vm9/P3FtgI+Jk=
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
github.com/alecthomas/participle v0.2.1 h1:4AVLj1viSGa4LG5HDXKXrm5xRx19SB/rS/skPQB1Grw=
github.com/alecthomas/participle v0.2.1/go.mod h1:SW6HZGeZgSIpcUWX3fXpfZhuaWHnmoD5KCVaqSaNTkk=
@ -82,6 +83,7 @@ github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32/go.mod h1:GIjDIg/heH
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-ldap/ldap v3.0.2+incompatible/go.mod h1:qfd9rJvER9Q0/D/Sqn1DfHRoBp40uXYvFoEVrNEPqRc=
github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE=
github.com/go-ole/go-ole v1.2.4 h1:nNBDSCOigTSiarFpYE9J/KtEA1IOW4CNeqT9TQDqCxI=
github.com/go-ole/go-ole v1.2.4/go.mod h1:XCwSNxSkXRo4vlyPy93sltvi/qJq0jqQhjqQNIwKuxM=
github.com/go-sql-driver/mysql v1.4.1 h1:g24URVg0OFbNUTx9qqY1IRZ9D9z3iPyi5zKhQZpNwpA=
github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=