mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Change indentation ha
This commit is contained in:
+20
-20
@@ -39,27 +39,27 @@ spec:
|
|||||||
enabled: false
|
enabled: false
|
||||||
affinity: {}
|
affinity: {}
|
||||||
ha:
|
ha:
|
||||||
|
enabled: true
|
||||||
|
replicas: 3
|
||||||
|
raft:
|
||||||
enabled: true
|
enabled: true
|
||||||
replicas: 3
|
setNodeId: true
|
||||||
raft:
|
config: |
|
||||||
enabled: true
|
cluster_name = "vault-integrated-storage"
|
||||||
setNodeId: true
|
ui = true
|
||||||
config: |
|
listener "tcp" {
|
||||||
cluster_name = "vault-integrated-storage"
|
tls_disable = 0
|
||||||
ui = true
|
address = "[::]:8200"
|
||||||
listener "tcp" {
|
cluster_address = "[::]:8201"
|
||||||
tls_disable = 0
|
tls_cert_file = "/vault/userconfig/vault-ha-tls/vault.crt"
|
||||||
address = "[::]:8200"
|
tls_key_file = "/vault/userconfig/vault-ha-tls/vault.key"
|
||||||
cluster_address = "[::]:8201"
|
tls_client_ca_file = "/vault/userconfig/vault-ha-tls/vault.ca"
|
||||||
tls_cert_file = "/vault/userconfig/vault-ha-tls/vault.crt"
|
}
|
||||||
tls_key_file = "/vault/userconfig/vault-ha-tls/vault.key"
|
storage "raft" {
|
||||||
tls_client_ca_file = "/vault/userconfig/vault-ha-tls/vault.ca"
|
path = "/vault/data"
|
||||||
}
|
}
|
||||||
storage "raft" {
|
disable_mlock = true
|
||||||
path = "/vault/data"
|
service_registration "kubernetes" {}
|
||||||
}
|
|
||||||
disable_mlock = true
|
|
||||||
service_registration "kubernetes" {}
|
|
||||||
|
|
||||||
|
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
Reference in New Issue
Block a user