retryjoin

This commit is contained in:
Joseph Hanson 2024-09-10 22:15:27 -05:00
parent beb97dafee
commit 738f039155
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -68,7 +68,7 @@ spec:
# maxUnavailable will default to (n/2)-1 where n is the number of replicas
# so if you have 6 replicas, maxUnavailable will be 2 unless you set it specifically.
replicas: 6
# clusterAddr: "https://vault-internal.security.svc.cluster.local:8201"
clusterAddr: "https://vault-internal.security.svc.cluster.local:8201"
config: ""
raft:
enabled: true
@ -87,6 +87,9 @@ spec:
storage "raft" {
path = "/vault/data"
retry_join {
leader_api_addr = "http://vault-active.security.svc.cluster.local:8200"
}
}
service_registration "kubernetes" {}