mirror of
https://github.com/pgsty/minio.git
synced 2026-08-08 15:23:29 +03:00
Update orchestration docs to use ellipses syntax (#8153)
This commit is contained in:
@@ -34,10 +34,7 @@ spec:
|
||||
# Unfortunately you must manually define each server. Perhaps autodiscovery via DNS can be implemented in the future.
|
||||
args:
|
||||
- server
|
||||
- http://hostname1:9000/data/minio
|
||||
- http://hostname2:9000/data/minio
|
||||
- http://hostname3:9000/data/minio
|
||||
- http://hostname4:9000/data/minio
|
||||
- http://hostname{1...4}/data/minio
|
||||
ports:
|
||||
- containerPort: 9000
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user