Update to 2024-04-11 00:02

This commit is contained in:
Daniel Berteaud
2024-04-11 00:02:52 +02:00
parent 1b645c62cc
commit be44446a95
2 changed files with 44 additions and 0 deletions

View File

@@ -117,6 +117,16 @@ consul_base_conf:
limits: {}
# http_max_conns_per_client: 200
# raft_logstore:
# backend: wal
# disable_log_cache: true
# boltdb:
# no_freelist_sync: true
# wal:
# segment_size_mb: 64
# raft_snapshot_interval: 1m
# raft_snapshot_threshold: 16384
consul_extra_conf: {}
consul_host_conf: {}
consul_conf: "{{ consul_base_conf | combine(consul_extra_conf, recursive=True) | combine(consul_host_conf, recursive=True) }}"