File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 21
21
<users_config>users.xml</users_config>
22
22
23
23
<display_name>{{ template "clickhouse.fullname" . }}</display_name>
24
- <listen_host>0.0.0.0</listen_host>
24
+ <listen_host>{{ .Values.clickhouse.listen_host | default " 0.0.0.0" }} </listen_host>
25
25
<http_port>{{ .Values.clickhouse.http_port | default "8123" }}</http_port>
26
26
<tcp_port>{{ .Values.clickhouse.tcp_port | default "9000" }}</tcp_port>
27
27
<interserver_http_port>{{ .Values.clickhouse.interserver_http_port | default "9009" }}</interserver_http_port>
Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ clickhouse:
118
118
# # Default value: /var/lib/clickhouse
119
119
path : " /var/lib/clickhouse"
120
120
# #
121
+ # # The host to listen on
122
+ listen_host : " 0.0.0.0"
123
+ # #
121
124
# # The port for connecting to the server over HTTP
122
125
http_port : " 8123"
123
126
# #
You can’t perform that action at this time.
0 commit comments