Commit cef6be8a authored by Nitish's avatar Nitish

Update Minio example

- Add latest image tag in Minio image - Remove command and use args instead.
parent a481a5bc
...@@ -112,9 +112,7 @@ spec: ...@@ -112,9 +112,7 @@ spec:
containers: containers:
- name: minio - name: minio
# Pulls the default Minio image from Docker Hub # Pulls the default Minio image from Docker Hub
image: minio/minio image: minio/minio:latest
command:
- minio
args: args:
- server - server
- /storage - /storage
...@@ -261,9 +259,7 @@ spec: ...@@ -261,9 +259,7 @@ spec:
value: "minio" value: "minio"
- name: MINIO_SECRET_KEY - name: MINIO_SECRET_KEY
value: "minio123" value: "minio123"
image: minio/minio image: minio/minio:latest
command:
- minio
args: args:
- server - server
- http://minio-0.minio.default.svc.cluster.local/data - http://minio-0.minio.default.svc.cluster.local/data
......
...@@ -19,9 +19,7 @@ spec: ...@@ -19,9 +19,7 @@ spec:
value: "minio" value: "minio"
- name: MINIO_SECRET_KEY - name: MINIO_SECRET_KEY
value: "minio123" value: "minio123"
image: minio/minio image: minio/minio:latest
command:
- minio
args: args:
- server - server
- http://minio-0.minio.default.svc.cluster.local/data - http://minio-0.minio.default.svc.cluster.local/data
......
...@@ -21,9 +21,7 @@ spec: ...@@ -21,9 +21,7 @@ spec:
containers: containers:
- name: minio - name: minio
# Pulls the default Minio image from Docker Hub # Pulls the default Minio image from Docker Hub
image: minio/minio image: minio/minio:latest
command:
- minio
args: args:
- server - server
- /storage - /storage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment