Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit a62e249

Browse files
authored
Merge pull request #6 from su-houzhen/chronus-v2.0
Compatible api extension version v1
2 parents 2790a8f + 63fa234 commit a62e249

21 files changed

+4130
-1457
lines changed

clickhouse-cluster/Chart.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is part of the ClickHouse Helm Chart
22
# https://github.com/radondb/radondb-clickhouse-kubernetes
33
#
4-
# Copyright 2020 TCeason <tai_chong@foxmail.com>
4+
# Copyright 2020 Radondb <https://github.com/radondb>
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -18,22 +18,25 @@
1818
apiVersion: v2
1919
appVersion: "21.1"
2020
name: clickhouse-cluster
21-
Version: 0.1.0
22-
description: Helm Chart for deploying a sharded and replicated ClickHouse cluster
21+
type: application
22+
version: v2.0
23+
description: Helm Chart for deploying a sharded and replicated ClickHouse cluster on Kubernetes
2324
home: https://github.com/radondb/radondb-clickhouse-kubernetes
2425
icon: https://xenondb.pek3b.qingstor.com/icons/radondb.svg
25-
type: application
26-
kubeVersion:
26+
2727
keywords:
2828
- clickhouse
2929

3030
sources:
3131
- https://github.com/radondb/radondb-clickhouse-kubernetes
3232

3333
maintainers:
34-
35-
name: TCeason
34+
- name: TCeason
35+
3636
url: https://tceason.github.io/
37+
- name: su-houzhen
38+
39+
url: https://su-houzhen.github.io/
3740

3841
# Chart.yaml reference:
3942
# https://helm.sh/docs/topics/charts/#the-chart-yaml-file

clickhouse-cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For a list of all configurable options and variables see [values.yaml](values.ya
2929
This helm chart is published under the Apache License, Version 2.0.
3030
See [LICENSE.md](LICENSE.md) for more information.
3131

32-
Copyright (c) by [TCeason](https://tceason.github.io).
32+
Copyright (c) by [RadonDB](https://github.com/radondb).
3333

3434
### Attributions
3535

clickhouse-cluster/templates/clickhouse_cluster.yaml

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -43,32 +43,31 @@ spec:
4343
# </users>
4444
{{ $username }}/profile: default
4545
{{ $username }}/quotas: default
46-
profiles:
47-
readonly/readonly: "1"
48-
# <profiles>
49-
# <readonly>
50-
# <readonly>1</readonly>
51-
# </readonly>
52-
# </profiles>
53-
default/max_memory_usage: "100000"
54-
quotas:
55-
default/interval/duration: "3600"
56-
# <quotas>
57-
# <default>
58-
# <interval>
59-
# <duration>3600</duration>
60-
# </interval>
61-
# </default>
62-
# </quotas>
63-
settings:
64-
compression/case/method: zstd
65-
# <compression>
66-
# <case>
67-
# <method>zstd</method>
68-
# </case>
69-
# </compression>
70-
disable_internal_dns_cache: 1
71-
# <disable_internal_dns_cache>1</disable_internal_dns_cache>
46+
profiles:
47+
readonly/readonly: "1"
48+
# <profiles>
49+
# <readonly>
50+
# <readonly>1</readonly>
51+
# </readonly>
52+
# </profiles>
53+
quotas:
54+
default/interval/duration: "3600"
55+
# <quotas>
56+
# <default>
57+
# <interval>
58+
# <duration>3600</duration>
59+
# </interval>
60+
# </default>
61+
# </quotas>
62+
settings:
63+
compression/case/method: zstd
64+
# <compression>
65+
# <case>
66+
# <method>zstd</method>
67+
# </case>
68+
# </compression>
69+
disable_internal_dns_cache: 1
70+
# <disable_internal_dns_cache>1</disable_internal_dns_cache>
7271
clusters:
7372
- name: {{ $.Values.clickhouse.clusterName }}
7473
# Templates are specified for this cluster explicitly

0 commit comments

Comments
 (0)