Skip to content

Commit

Permalink
helm chart was not generated properly
Browse files Browse the repository at this point in the history
Signed-off-by: Slach <[email protected]>
  • Loading branch information
Slach committed May 19, 2023
1 parent 179c800 commit dd0f153
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 41 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/README.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -577,9 +577,12 @@ spec:
- "None"
- "All"
- "DistributedTablesOnly"
insecure:
!!merge <<: *TypeStringBool
description: optional, open insecure ports for cluster, defaults to "yes"
secure:
!!merge <<: *TypeStringBool
description: optional, setup `secure` inside `clickhouse-server` settings for each Pod of the cluster
description: optional, open secure ports for cluster
secret:
type: object
description: "optional, shared secret value to secure cluster communications"
Expand Down Expand Up @@ -699,25 +702,36 @@ spec:
# See namePartReplicaMaxLen const
maxLength: 15
pattern: "^[a-zA-Z0-9-]{0,15}$"
insecure:
!!merge <<: *TypeStringBool
description: |
optional, open insecure ports for cluster, defaults to "yes"
secure:
!!merge <<: *TypeStringBool
description: |
optional, setup `secure` inside `clickhouse-server` settings for each Pod where current template will apply
if specified
optional, open secure ports
tcpPort:
type: integer
description: |
optional, setup `Pod.spec.containers.ports` with name `tcp` for selected replica, override `chi.spec.templates.hostTemplates.spec.tcpPort`
allows connect to `clickhouse-server` via TCP Native protocol via kubernetes `Service`
minimum: 1
maximum: 65535
tlsPort:
type: integer
minimum: 1
maximum: 65535
httpPort:
type: integer
description: |
optional, setup `Pod.spec.containers.ports` with name `http` for selected replica, override `chi.spec.templates.hostTemplates.spec.httpPort`
allows connect to `clickhouse-server` via HTTP protocol via kubernetes `Service`
minimum: 1
maximum: 65535
httpsPort:
type: integer
minimum: 1
maximum: 65535
interserverHTTPPort:
type: integer
description: |
Expand Down Expand Up @@ -790,25 +804,36 @@ spec:
# See namePartReplicaMaxLen const
maxLength: 15
pattern: "^[a-zA-Z0-9-]{0,15}$"
insecure:
!!merge <<: *TypeStringBool
description: |
optional, open insecure ports for cluster, defaults to "yes"
secure:
!!merge <<: *TypeStringBool
description: |
optional, setup `secure` inside `clickhouse-server` settings for each Pod where current template will apply
if specified
optional, open secure ports
tcpPort:
type: integer
description: |
optional, setup `Pod.spec.containers.ports` with name `tcp` for selected shard, override `chi.spec.templates.hostTemplates.spec.tcpPort`
allows connect to `clickhouse-server` via TCP Native protocol via kubernetes `Service`
minimum: 1
maximum: 65535
tlsPort:
type: integer
minimum: 1
maximum: 65535
httpPort:
type: integer
description: |
optional, setup `Pod.spec.containers.ports` with name `http` for selected shard, override `chi.spec.templates.hostTemplates.spec.httpPort`
allows connect to `clickhouse-server` via HTTP protocol via kubernetes `Service`
minimum: 1
maximum: 65535
httpsPort:
type: integer
minimum: 1
maximum: 65535
interserverHTTPPort:
type: integer
description: |
Expand Down Expand Up @@ -877,11 +902,14 @@ spec:
# See namePartReplicaMaxLen const
maxLength: 15
pattern: "^[a-zA-Z0-9-]{0,15}$"
insecure:
!!merge <<: *TypeStringBool
description: |
optional, open insecure ports for cluster, defaults to "yes"
secure:
!!merge <<: *TypeStringBool
description: |
optional, setup `secure` inside `clickhouse-server` settings for each Pod where current template will apply
if specified
optional, open secure ports
tcpPort:
type: integer
description: |
Expand All @@ -890,6 +918,10 @@ spec:
More info: https://clickhouse.tech/docs/en/interfaces/tcp/
minimum: 1
maximum: 65535
tlsPort:
type: integer
minimum: 1
maximum: 65535
httpPort:
type: integer
description: |
Expand All @@ -898,6 +930,10 @@ spec:
More info: https://clickhouse.tech/docs/en/interfaces/http/
minimum: 1
maximum: 65535
httpsPort:
type: integer
minimum: 1
maximum: 65535
interserverHTTPPort:
type: integer
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -577,9 +577,12 @@ spec:
- "None"
- "All"
- "DistributedTablesOnly"
insecure:
!!merge <<: *TypeStringBool
description: optional, open insecure ports for cluster, defaults to "yes"
secure:
!!merge <<: *TypeStringBool
description: optional, setup `secure` inside `clickhouse-server` settings for each Pod of the cluster
description: optional, open secure ports for cluster
secret:
type: object
description: "optional, shared secret value to secure cluster communications"
Expand Down Expand Up @@ -699,25 +702,36 @@ spec:
# See namePartReplicaMaxLen const
maxLength: 15
pattern: "^[a-zA-Z0-9-]{0,15}$"
insecure:
!!merge <<: *TypeStringBool
description: |
optional, open insecure ports for cluster, defaults to "yes"
secure:
!!merge <<: *TypeStringBool
description: |
optional, setup `secure` inside `clickhouse-server` settings for each Pod where current template will apply
if specified
optional, open secure ports
tcpPort:
type: integer
description: |
optional, setup `Pod.spec.containers.ports` with name `tcp` for selected replica, override `chi.spec.templates.hostTemplates.spec.tcpPort`
allows connect to `clickhouse-server` via TCP Native protocol via kubernetes `Service`
minimum: 1
maximum: 65535
tlsPort:
type: integer
minimum: 1
maximum: 65535
httpPort:
type: integer
description: |
optional, setup `Pod.spec.containers.ports` with name `http` for selected replica, override `chi.spec.templates.hostTemplates.spec.httpPort`
allows connect to `clickhouse-server` via HTTP protocol via kubernetes `Service`
minimum: 1
maximum: 65535
httpsPort:
type: integer
minimum: 1
maximum: 65535
interserverHTTPPort:
type: integer
description: |
Expand Down Expand Up @@ -790,25 +804,36 @@ spec:
# See namePartReplicaMaxLen const
maxLength: 15
pattern: "^[a-zA-Z0-9-]{0,15}$"
insecure:
!!merge <<: *TypeStringBool
description: |
optional, open insecure ports for cluster, defaults to "yes"
secure:
!!merge <<: *TypeStringBool
description: |
optional, setup `secure` inside `clickhouse-server` settings for each Pod where current template will apply
if specified
optional, open secure ports
tcpPort:
type: integer
description: |
optional, setup `Pod.spec.containers.ports` with name `tcp` for selected shard, override `chi.spec.templates.hostTemplates.spec.tcpPort`
allows connect to `clickhouse-server` via TCP Native protocol via kubernetes `Service`
minimum: 1
maximum: 65535
tlsPort:
type: integer
minimum: 1
maximum: 65535
httpPort:
type: integer
description: |
optional, setup `Pod.spec.containers.ports` with name `http` for selected shard, override `chi.spec.templates.hostTemplates.spec.httpPort`
allows connect to `clickhouse-server` via HTTP protocol via kubernetes `Service`
minimum: 1
maximum: 65535
httpsPort:
type: integer
minimum: 1
maximum: 65535
interserverHTTPPort:
type: integer
description: |
Expand Down Expand Up @@ -877,11 +902,14 @@ spec:
# See namePartReplicaMaxLen const
maxLength: 15
pattern: "^[a-zA-Z0-9-]{0,15}$"
insecure:
!!merge <<: *TypeStringBool
description: |
optional, open insecure ports for cluster, defaults to "yes"
secure:
!!merge <<: *TypeStringBool
description: |
optional, setup `secure` inside `clickhouse-server` settings for each Pod where current template will apply
if specified
optional, open secure ports
tcpPort:
type: integer
description: |
Expand All @@ -890,6 +918,10 @@ spec:
More info: https://clickhouse.tech/docs/en/interfaces/tcp/
minimum: 1
maximum: 65535
tlsPort:
type: integer
minimum: 1
maximum: 65535
httpPort:
type: integer
description: |
Expand All @@ -898,6 +930,10 @@ spec:
More info: https://clickhouse.tech/docs/en/interfaces/http/
minimum: 1
maximum: 65535
httpsPort:
type: integer
minimum: 1
maximum: 65535
interserverHTTPPort:
type: integer
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,25 @@ spec:
hostRegexpTemplate:
type: string
description: "ClickHouse server configuration `<host_regexp>...</host_regexp>` for any <user>"
configurationRestartPolicy:
type: object
description: "Configuration restart policy describes what configuration changes require ClickHouse restart"
properties:
rules:
type: array
description: "Array of set of rules per specified ClickHouse versions"
items:
type: object
properties:
version:
type: string
description: "ClickHouse version expression"
rules:
type: array
description: "Set of configuration rules for specified ClickHouse version"
items:
type: object
description: "setting: value pairs for configuration restart policy"
access:
type: object
description: "parameters which use for connect to clickhouse from clickhouse-operator deployment"
Expand Down
Loading

0 comments on commit dd0f153

Please sign in to comment.