fix(vault): correct MinIO endpoint to minio-cluster-hl service
This commit is contained in:
@@ -124,7 +124,7 @@ server:
|
|||||||
# s3_force_path_style: MinIO uses path-style URLs (not virtual-hosted).
|
# s3_force_path_style: MinIO uses path-style URLs (not virtual-hosted).
|
||||||
# disable_ssl: MinIO in this cluster has no TLS.
|
# disable_ssl: MinIO in this cluster has no TLS.
|
||||||
storage "s3" {
|
storage "s3" {
|
||||||
endpoint = "http://minio.storage.svc.cluster.local:9000"
|
endpoint = "http://minio-cluster-hl.storage.svc.cluster.local:9000"
|
||||||
bucket = "vault"
|
bucket = "vault"
|
||||||
region = "us-east-1"
|
region = "us-east-1"
|
||||||
s3_force_path_style = "true"
|
s3_force_path_style = "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user