fix(vault): use minio service on port 80 (maps to 9000)

This commit is contained in:
Story Crater Bot
2026-07-21 14:52:24 -07:00
parent 04ec157c19
commit ef348d23f4
+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-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"