mirror of https://github.com/minio/minio.git
Update yaml files to latest version RELEASE.2019-10-11T00-38-09Z
This commit is contained in:
parent
c566cc6b61
commit
ae752ed1fa
|
@ -5,7 +5,7 @@ version: '3.7'
|
|||
# 9001 through 9004.
|
||||
services:
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2019-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
volumes:
|
||||
- data1-1:/data1
|
||||
- data1-2:/data2
|
||||
|
@ -22,7 +22,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2019-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
volumes:
|
||||
- data2-1:/data1
|
||||
- data2-2:/data2
|
||||
|
@ -39,7 +39,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2019-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
volumes:
|
||||
- data3-1:/data1
|
||||
- data3-2:/data2
|
||||
|
@ -56,7 +56,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2019-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
volumes:
|
||||
- data4-1:/data1
|
||||
- data4-2:/data2
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
|
||||
services:
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2019-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
hostname: minio1
|
||||
volumes:
|
||||
- minio1-data:/export
|
||||
|
@ -29,7 +29,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2019-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
hostname: minio2
|
||||
volumes:
|
||||
- minio2-data:/export
|
||||
|
@ -56,7 +56,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2019-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
hostname: minio3
|
||||
volumes:
|
||||
- minio3-data:/export
|
||||
|
@ -83,7 +83,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2019-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
hostname: minio4
|
||||
volumes:
|
||||
- minio4-data:/export
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
|
||||
services:
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2019-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
hostname: minio1
|
||||
volumes:
|
||||
- minio1-data:/export
|
||||
|
@ -33,7 +33,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2019-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
hostname: minio2
|
||||
volumes:
|
||||
- minio2-data:/export
|
||||
|
@ -64,7 +64,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2019-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
hostname: minio3
|
||||
volumes:
|
||||
- minio3-data:/export
|
||||
|
@ -95,7 +95,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2019-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
hostname: minio4
|
||||
volumes:
|
||||
- minio4-data:/export
|
||||
|
|
|
@ -30,7 +30,7 @@ spec:
|
|||
value: "minio"
|
||||
- name: MINIO_SECRET_KEY
|
||||
value: "minio123"
|
||||
image: minio/minio:RELEASE.2019-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
# 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-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
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-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
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-10-02T21-19-38Z
|
||||
image: minio/minio:RELEASE.2019-10-11T00-38-09Z
|
||||
args:
|
||||
- server
|
||||
- /data
|
||||
|
|
2
go.mod
2
go.mod
|
@ -6,6 +6,7 @@ require (
|
|||
cloud.google.com/go v0.37.2
|
||||
github.com/Azure/azure-sdk-for-go v33.4.0+incompatible
|
||||
github.com/Azure/go-autorest v11.7.0+incompatible
|
||||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
||||
github.com/alecthomas/participle v0.2.1
|
||||
github.com/aliyun/aliyun-oss-go-sdk v0.0.0-20190307165228-86c17b95fcd5
|
||||
github.com/aws/aws-sdk-go v1.20.21
|
||||
|
@ -20,6 +21,7 @@ require (
|
|||
github.com/elazarl/go-bindata-assetfs v1.0.0
|
||||
github.com/fatih/color v1.7.0
|
||||
github.com/fatih/structs v1.1.0
|
||||
github.com/go-ole/go-ole v1.2.4 // indirect
|
||||
github.com/go-sql-driver/mysql v1.4.1
|
||||
github.com/gomodule/redigo v2.0.0+incompatible
|
||||
github.com/gorilla/handlers v1.4.0
|
||||
|
|
4
go.sum
4
go.sum
|
@ -35,6 +35,8 @@ github.com/SermoDigital/jose v0.9.1/go.mod h1:ARgCUhI1MHQH+ONky/PAtmVHQrP5JlGY0F
|
|||
github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo=
|
||||
github.com/Shopify/toxiproxy v2.1.4+incompatible h1:TKdv8HiTLgE5wdJuEML90aBgNWsokNbMijUGhmcoBJc=
|
||||
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/a8m/mark v0.1.1-0.20170507133748-44f2db618845/go.mod h1:c8Mh99Cw82nrsAnPgxQSZHkswVOJF7/MqZb1ZdvriLM=
|
||||
github.com/alecthomas/participle v0.0.0-20190103085315-bf8340a459bd/go.mod h1:SW6HZGeZgSIpcUWX3fXpfZhuaWHnmoD5KCVaqSaNTkk=
|
||||
github.com/alecthomas/participle v0.2.1 h1:4AVLj1viSGa4LG5HDXKXrm5xRx19SB/rS/skPQB1Grw=
|
||||
|
@ -161,6 +163,8 @@ github.com/go-ini/ini v1.42.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3I
|
|||
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 v0.0.0-20181218123637-c45f530f8e7f/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=
|
||||
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=
|
||||
|
|
Loading…
Reference in New Issue