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

Commit

Permalink
Merge pull request #6 from su-houzhen/chronus-v2.0
Browse files Browse the repository at this point in the history
Compatible api extension version v1
  • Loading branch information
dbkernel authored Oct 27, 2021
2 parents 2790a8f + 63fa234 commit a62e249
Show file tree
Hide file tree
Showing 21 changed files with 4,130 additions and 1,457 deletions.
17 changes: 10 additions & 7 deletions clickhouse-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is part of the ClickHouse Helm Chart
# https://github.com/radondb/radondb-clickhouse-kubernetes
#
# Copyright 2020 TCeason <tai_chong@foxmail.com>
# Copyright 2020 Radondb <https://github.com/radondb>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -18,22 +18,25 @@
apiVersion: v2
appVersion: "21.1"
name: clickhouse-cluster
Version: 0.1.0
description: Helm Chart for deploying a sharded and replicated ClickHouse cluster
type: application
version: v2.0
description: Helm Chart for deploying a sharded and replicated ClickHouse cluster on Kubernetes
home: https://github.com/radondb/radondb-clickhouse-kubernetes
icon: https://xenondb.pek3b.qingstor.com/icons/radondb.svg
type: application
kubeVersion:

keywords:
- clickhouse

sources:
- https://github.com/radondb/radondb-clickhouse-kubernetes

maintainers:
- email: [email protected]
name: TCeason
- name: TCeason
email: [email protected]
url: https://tceason.github.io/
- name: su-houzhen
email: [email protected]
url: https://su-houzhen.github.io/

# Chart.yaml reference:
# https://helm.sh/docs/topics/charts/#the-chart-yaml-file
2 changes: 1 addition & 1 deletion clickhouse-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For a list of all configurable options and variables see [values.yaml](values.ya
This helm chart is published under the Apache License, Version 2.0.
See [LICENSE.md](LICENSE.md) for more information.

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

### Attributions

Expand Down
51 changes: 25 additions & 26 deletions clickhouse-cluster/templates/clickhouse_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,32 +43,31 @@ spec:
# </users>
{{ $username }}/profile: default
{{ $username }}/quotas: default
profiles:
readonly/readonly: "1"
# <profiles>
# <readonly>
# <readonly>1</readonly>
# </readonly>
# </profiles>
default/max_memory_usage: "100000"
quotas:
default/interval/duration: "3600"
# <quotas>
# <default>
# <interval>
# <duration>3600</duration>
# </interval>
# </default>
# </quotas>
settings:
compression/case/method: zstd
# <compression>
# <case>
# <method>zstd</method>
# </case>
# </compression>
disable_internal_dns_cache: 1
# <disable_internal_dns_cache>1</disable_internal_dns_cache>
profiles:
readonly/readonly: "1"
# <profiles>
# <readonly>
# <readonly>1</readonly>
# </readonly>
# </profiles>
quotas:
default/interval/duration: "3600"
# <quotas>
# <default>
# <interval>
# <duration>3600</duration>
# </interval>
# </default>
# </quotas>
settings:
compression/case/method: zstd
# <compression>
# <case>
# <method>zstd</method>
# </case>
# </compression>
disable_internal_dns_cache: 1
# <disable_internal_dns_cache>1</disable_internal_dns_cache>
clusters:
- name: {{ $.Values.clickhouse.clusterName }}
# Templates are specified for this cluster explicitly
Expand Down
Loading

0 comments on commit a62e249

Please sign in to comment.