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