Update states/clickhouse/templates/keeper.xml.j2
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d18a73ecc0
commit
5ab68f877c
@ -2,10 +2,12 @@
|
||||
<clickhouse>
|
||||
<zookeeper>
|
||||
{%- for nodename, settings in clickhouse.clusters[clickhouse.cluster].nodes.items() %}
|
||||
{%- if settings.active|default(true) %}
|
||||
<node>
|
||||
<host>{{ nodename }}</host>
|
||||
<port>9281</port>
|
||||
</node>
|
||||
{%- endif %}
|
||||
{%- endfor %}
|
||||
</zookeeper>
|
||||
<keeper_server>
|
||||
|
Loading…
Reference in New Issue
Block a user