Update yaml files to latest version RELEASE.2019-08-29T00-25-01Z

This commit is contained in:
Minio Trusted
2019-08-29 00:30:50 +00:00
parent eb18c82976
commit daa57e8e5a
9 changed files with 25 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ version: '3.7'
# 9001 through 9004.
services:
minio1:
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
volumes:
- data1:/data
ports:
@@ -22,7 +22,7 @@ services:
start_period: 3m
minio2:
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
volumes:
- data2:/data
ports:
@@ -39,7 +39,7 @@ services:
start_period: 3m
minio3:
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
volumes:
- data3:/data
ports:
@@ -56,7 +56,7 @@ services:
start_period: 3m
minio4:
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
volumes:
- data4:/data
ports:

View File

@@ -2,7 +2,7 @@ version: '3.7'
services:
minio1:
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
hostname: minio1
volumes:
- minio1-data:/export
@@ -30,7 +30,7 @@ services:
start_period: 3m
minio2:
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
hostname: minio2
volumes:
- minio2-data:/export
@@ -58,7 +58,7 @@ services:
start_period: 3m
minio3:
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
hostname: minio3
volumes:
- minio3-data:/export
@@ -86,7 +86,7 @@ services:
start_period: 3m
minio4:
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
hostname: minio4
volumes:
- minio4-data:/export

View File

@@ -2,7 +2,7 @@ version: '3.7'
services:
minio1:
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
hostname: minio1
volumes:
- minio1-data:/export
@@ -34,7 +34,7 @@ services:
start_period: 3m
minio2:
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
hostname: minio2
volumes:
- minio2-data:/export
@@ -66,7 +66,7 @@ services:
start_period: 3m
minio3:
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
hostname: minio3
volumes:
- minio3-data:/export
@@ -98,7 +98,7 @@ services:
start_period: 3m
minio4:
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
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.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
# Unfortunately you must manually define each server. Perhaps autodiscovery via DNS can be implemented in the future.
args:
- server

View File

@@ -21,7 +21,7 @@ spec:
value: "minio"
- name: MINIO_SECRET_KEY
value: "minio123"
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
args:
- server
- http://minio-0.minio.default.svc.cluster.local/data

View File

@@ -21,7 +21,7 @@ spec:
containers:
- name: minio
# Pulls the default Minio image from Docker Hub
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
args:
- gateway
- gcs

View File

@@ -29,7 +29,7 @@ spec:
- name: data
mountPath: "/data"
# Pulls the lastest Minio image from Docker Hub
image: minio/minio:RELEASE.2019-08-21T19-40-07Z
image: minio/minio:RELEASE.2019-08-29T00-25-01Z
args:
- server
- /data