fix(vault): correct MinIO endpoint to minio-cluster-hl service

This commit is contained in:
Story Crater Bot
2026-07-21 14:46:54 -07:00
parent ded98329e5
commit 04ec157c19
+1 -1
View File
@@ -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.storage.svc.cluster.local:9000"
endpoint = "http://minio-cluster-hl.storage.svc.cluster.local:9000"
bucket = "vault"
region = "us-east-1"
s3_force_path_style = "true"