mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Update Minio example
- Add latest image tag in Minio image - Remove command and use args instead.
This commit is contained in:
parent
a481a5bca9
commit
cef6be8ac9
@ -112,9 +112,7 @@ spec:
|
||||
containers:
|
||||
- name: minio
|
||||
# Pulls the default Minio image from Docker Hub
|
||||
image: minio/minio
|
||||
command:
|
||||
- minio
|
||||
image: minio/minio:latest
|
||||
args:
|
||||
- server
|
||||
- /storage
|
||||
@ -261,9 +259,7 @@ spec:
|
||||
value: "minio"
|
||||
- name: MINIO_SECRET_KEY
|
||||
value: "minio123"
|
||||
image: minio/minio
|
||||
command:
|
||||
- minio
|
||||
image: minio/minio:latest
|
||||
args:
|
||||
- server
|
||||
- http://minio-0.minio.default.svc.cluster.local/data
|
||||
|
@ -19,9 +19,7 @@ spec:
|
||||
value: "minio"
|
||||
- name: MINIO_SECRET_KEY
|
||||
value: "minio123"
|
||||
image: minio/minio
|
||||
command:
|
||||
- minio
|
||||
image: minio/minio:latest
|
||||
args:
|
||||
- server
|
||||
- http://minio-0.minio.default.svc.cluster.local/data
|
||||
|
@ -21,9 +21,7 @@ spec:
|
||||
containers:
|
||||
- name: minio
|
||||
# Pulls the default Minio image from Docker Hub
|
||||
image: minio/minio
|
||||
command:
|
||||
- minio
|
||||
image: minio/minio:latest
|
||||
args:
|
||||
- server
|
||||
- /storage
|
||||
|
Loading…
Reference in New Issue
Block a user