mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-23 21:53:21 +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) }}"
|
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
|
# Control memory of the service
|
||||||
consul_memory_max: 1024M
|
consul_memory_max: 2048M
|
||||||
consul_swap_max: 0M
|
consul_swap_max: 0M
|
||||||
|
@ -98,6 +98,7 @@ alt_domain = "{{ consul_conf.alt_domain }}"
|
|||||||
|
|
||||||
telemetry {
|
telemetry {
|
||||||
prometheus_retention_time = "{{ consul_conf.telemetry.prometheus_retention_time }}"
|
prometheus_retention_time = "{{ consul_conf.telemetry.prometheus_retention_time }}"
|
||||||
|
disable_hostname = true
|
||||||
}
|
}
|
||||||
|
|
||||||
{% if consul_conf.connect.enabled %}
|
{% if consul_conf.connect.enabled %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user