Skip to content

Commit

Permalink
add metric flag for keeper
Browse files Browse the repository at this point in the history
  • Loading branch information
loomts committed Nov 7, 2024
1 parent 30d8905 commit c989174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions addons-cluster/clickhouse/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Define clickhouse keeper componentSpec with ComponentDefinition.
- name: ch-keeper
componentDef: clickhouse-keeper-24
replicas: {{ .Values.keeper.replicaCount }}
disableExporter: {{ $.Values.keeper.disableExporter | default "false" }}
{{- with .Values.keeper.tolerations }}
tolerations: {{ .| toYaml | nindent 4 }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions addons-cluster/clickhouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ keeper:
memory: 2
storage: 10
tolerations: []
disableExporter: false

## Service configurations
service:
Expand Down

0 comments on commit c989174

Please sign in to comment.