fix(vault): correct api_addr to use iam namespace and add cluster_addr

This commit is contained in:
Story Crater Bot
2026-07-21 15:41:33 -07:00
parent d55e7ff31e
commit 875b87cea2
+2 -1
View File
@@ -134,7 +134,8 @@ server:
# api_addr: the address other Vault nodes (or HA standbys) use to reach # api_addr: the address other Vault nodes (or HA standbys) use to reach
# this node. Single-node standalone, but Vault requires it to be set. # this node. Single-node standalone, but Vault requires it to be set.
api_addr = "http://vault.storage.svc.cluster.local:8200" api_addr = "http://vault.iam.svc.cluster.local:8200"
cluster_addr = "https://vault-0.vault-internal.iam.svc.cluster.local:8201"
# ── Service ───────────────────────────────────────────────────────────────── # ── Service ─────────────────────────────────────────────────────────────────
# NodePort 32171 — fallback for direct node access during bootstrap before # NodePort 32171 — fallback for direct node access during bootstrap before