Update to 2024-04-21 23:01

This commit is contained in:
Daniel Berteaud 2024-04-21 23:01:00 +02:00
parent d5a00e4130
commit 6f58059951
2 changed files with 2 additions and 1 deletions

View File

@ -198,5 +198,5 @@ consul_host_catalog_services: {}
consul_catalog_services: "{{ consul_base_catalog_services | combine(consul_extra_catalog_services, recursive=True) | combine(consul_host_catalog_services, recursive=True) }}"
# Control memory of the service
consul_memory_max: 1024M
consul_memory_max: 2048M
consul_swap_max: 0M

View File

@ -98,6 +98,7 @@ alt_domain = "{{ consul_conf.alt_domain }}"
telemetry {
prometheus_retention_time = "{{ consul_conf.telemetry.prometheus_retention_time }}"
disable_hostname = true
}
{% if consul_conf.connect.enabled %}