update cluster address
This commit is contained in:
parent
db2f65711c
commit
ce1f7c5b08
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,6 @@ spec:
|
||||||
# path: /v1/sys/health?standbyok=true
|
# path: /v1/sys/health?standbyok=true
|
||||||
# Port number on which readinessProbe will be checked.
|
# Port number on which readinessProbe will be checked.
|
||||||
port: *port
|
port: *port
|
||||||
extraEnvironmentVars:
|
|
||||||
VAULT_CLUSTER_ADDR: "http://vault-internal.security.svc.cluster.local:8201"
|
|
||||||
extraSecretEnvironmentVars:
|
extraSecretEnvironmentVars:
|
||||||
- envName: AWS_SECRET_ACCESS_KEY
|
- envName: AWS_SECRET_ACCESS_KEY
|
||||||
secretName: vault-secret
|
secretName: vault-secret
|
||||||
|
@ -85,6 +83,7 @@ spec:
|
||||||
# maxUnavailable will default to (n/2)-1 where n is the number of replicas
|
# 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.
|
# so if you have 6 replicas, maxUnavailable will be 2 unless you set it specifically.
|
||||||
replicas: 3
|
replicas: 3
|
||||||
|
clusterAddr: "http://$(HOSTNAME).vault-internal:8201"
|
||||||
config: ""
|
config: ""
|
||||||
raft:
|
raft:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue