fix(vault): use minio-cluster-hl:9000 instead of service port

This commit is contained in:
Story Crater Bot
2026-07-21 15:36:11 -07:00
parent eda152015c
commit d55e7ff31e
+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"
endpoint = "http://minio-cluster-hl.storage.svc.cluster.local:9000"
bucket = "vault"
region = "us-east-1"
s3_force_path_style = "true"