Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
ClickHouse - Update Advanced parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Oct 31, 2023
1 parent 836edb5 commit cc3cdad
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions includes/config-clickhouse.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
..
``additional_backup_regions``
-----------------------------
*array*

**Additional Cloud Regions for Backup Replication**
``additional_backup_regions``
-----------------------------
*array*

**Additional Cloud Regions for Backup Replication**



Expand Down Expand Up @@ -49,6 +49,12 @@

**Allow clients to connect to clickhouse_https with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations**

``clickhouse_mysql``
~~~~~~~~~~~~~~~~~~~~
*boolean*

**Allow clients to connect to clickhouse_mysql with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations**

``prometheus``
~~~~~~~~~~~~~~
*boolean*
Expand All @@ -75,6 +81,12 @@

**Enable clickhouse_https**

``clickhouse_mysql``
~~~~~~~~~~~~~~~~~~~~
*boolean*

**Enable clickhouse_mysql**

``prometheus``
~~~~~~~~~~~~~~
*boolean*
Expand All @@ -101,6 +113,12 @@

**Allow clients to connect to clickhouse_https from the public internet for service nodes that are in a project VPC or another type of private network**

``clickhouse_mysql``
~~~~~~~~~~~~~~~~~~~~
*boolean*

**Allow clients to connect to clickhouse_mysql from the public internet for service nodes that are in a project VPC or another type of private network**

``prometheus``
~~~~~~~~~~~~~~
*boolean*
Expand Down

0 comments on commit cc3cdad

Please sign in to comment.