remove namespace from minio config to match settings
This commit is contained in:
parent
ef93c5ad90
commit
e29db33629
@ -20,7 +20,7 @@ storages:
|
|||||||
secret_key: "PASSW0RD"
|
secret_key: "PASSW0RD"
|
||||||
bucket_name: *local_bucket_name
|
bucket_name: *local_bucket_name
|
||||||
|
|
||||||
endpoint_url: "http://local-minio.default:9000/"
|
endpoint_url: "http://local-minio:9000/"
|
||||||
is_default_primary: true
|
is_default_primary: true
|
||||||
access_endpoint_url: "/data/"
|
access_endpoint_url: "/data/"
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ storages:
|
|||||||
secret_key: "PASSW0RD"
|
secret_key: "PASSW0RD"
|
||||||
bucket_name: "replica-0"
|
bucket_name: "replica-0"
|
||||||
|
|
||||||
endpoint_url: "http://local-minio.default:9000/"
|
endpoint_url: "http://local-minio:9000/"
|
||||||
is_default_replica: true
|
is_default_replica: true
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user