retryjoin
This commit is contained in:
parent
beb97dafee
commit
738f039155
1 changed files with 4 additions and 1 deletions
|
@ -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" {}
|
||||
|
|
Loading…
Reference in a new issue