fix(vault): correct api_addr to use iam namespace and add cluster_addr
This commit is contained in:
@@ -134,7 +134,8 @@ server:
|
||||
|
||||
# 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.
|
||||
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 ─────────────────────────────────────────────────────────────────
|
||||
# NodePort 32171 — fallback for direct node access during bootstrap before
|
||||
|
||||
Reference in New Issue
Block a user