Skip to content

Commit

Permalink
feat: add ClickHouse operator sub-chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Nov 5, 2024
1 parent eb7c275 commit 4726cfc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
7 changes: 5 additions & 2 deletions charts/harmony-chart/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ dependencies:
- name: openfaas
repository: https://openfaas.github.io/faas-netes
version: 14.2.34
digest: sha256:b636bd16d732d51544ca7223f460e22f45a7132e31e874a789c5fc0cac460a45
generated: "2024-05-02T12:32:49.796635+04:00"
- name: altinity-clickhouse-operator
repository: https://docs.altinity.com/clickhouse-operator/
version: 0.24.0
digest: sha256:4089b809a8c4ccccfc6309f97cf6002cec66a93e64955e1ccecd0aaef52782ab
generated: "2024-11-05T11:48:25.090620077-05:00"
5 changes: 5 additions & 0 deletions charts/harmony-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ dependencies:
version: "14.2.34"
repository: https://openfaas.github.io/faas-netes
condition: openfaas.enabled

- name: altinity-clickhouse-operator
version: "0.24.0"
repository: https://docs.altinity.com/clickhouse-operator/
condition: clickhouse-operator.enabled
10 changes: 10 additions & 0 deletions charts/harmony-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,3 +364,13 @@ velero:

openfaas:
enabled: false

clickhouse-operator:
enabled: false
dashboards: # Change this if you have monitoring disabled
enabled: true
serviceMonitor: # Change this if you have monitoring disabled
enabled: true
secret:
username: "change_me"
password: "change_me"

0 comments on commit 4726cfc

Please sign in to comment.