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:
+21
-21
@@ -37,29 +37,29 @@ spec:
|
||||
readOnly: true
|
||||
standalone:
|
||||
enabled: false
|
||||
affinity: ""
|
||||
affinity: {}
|
||||
ha:
|
||||
enabled: true
|
||||
replicas: 3
|
||||
raft:
|
||||
enabled: true
|
||||
setNodeId: true
|
||||
config: |
|
||||
cluster_name = "vault-integrated-storage"
|
||||
ui = true
|
||||
listener "tcp" {
|
||||
tls_disable = 0
|
||||
address = "[::]:8200"
|
||||
cluster_address = "[::]:8201"
|
||||
tls_cert_file = "/vault/userconfig/vault-ha-tls/vault.crt"
|
||||
tls_key_file = "/vault/userconfig/vault-ha-tls/vault.key"
|
||||
tls_client_ca_file = "/vault/userconfig/vault-ha-tls/vault.ca"
|
||||
}
|
||||
storage "raft" {
|
||||
path = "/vault/data"
|
||||
}
|
||||
disable_mlock = true
|
||||
service_registration "kubernetes" {}
|
||||
replicas: 3
|
||||
raft:
|
||||
enabled: true
|
||||
setNodeId: true
|
||||
config: |
|
||||
cluster_name = "vault-integrated-storage"
|
||||
ui = true
|
||||
listener "tcp" {
|
||||
tls_disable = 0
|
||||
address = "[::]:8200"
|
||||
cluster_address = "[::]:8201"
|
||||
tls_cert_file = "/vault/userconfig/vault-ha-tls/vault.crt"
|
||||
tls_key_file = "/vault/userconfig/vault-ha-tls/vault.key"
|
||||
tls_client_ca_file = "/vault/userconfig/vault-ha-tls/vault.ca"
|
||||
}
|
||||
storage "raft" {
|
||||
path = "/vault/data"
|
||||
}
|
||||
disable_mlock = true
|
||||
service_registration "kubernetes" {}
|
||||
|
||||
|
||||
destination:
|
||||
|
||||
Reference in New Issue
Block a user