mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2024-04-21 23:01
This commit is contained in:
parent
d5a00e4130
commit
6f58059951
@ -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
|
||||
|
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user