Skip to content

Commit

Permalink
fix: loss http_port when deploy cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
YenchangChan committed Sep 20, 2024
1 parent 7470156 commit 682fcb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckconfig/custom.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func root(conf *model.CKManClickHouseConfig, ipv6Enable bool) map[string]interfa
output["default_replica_path"] = "/clickhouse/tables/{cluster}/{database}/{table}/{shard}"
output["default_replica_name"] = "{replica}"
output["tcp_port"] = conf.Port
output["http_port"] = conf.HttpPort
if ipv6Enable {
output["listen_host"] = "::"
} else {
Expand Down

0 comments on commit 682fcb2

Please sign in to comment.