Skip to content

Commit fc6b266

Browse files
committed
[MOD] default clickhouse values
1 parent 1b3fa48 commit fc6b266

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v2
33
name: plausible-analytics
44
description: A Helm Chart for Plausible Analytics - Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
55
type: application
6-
version: 0.1.4
6+
version: 0.1.5
77
appVersion: 2.0.0
88
keywords:
99
- web analytics

values.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ clickhouse: # Clickhouse Database
103103
initdbScripts:
104104
db-init.sql: |
105105
CREATE DATABASE IF NOT EXISTS plausible_events_db
106+
# https://github.com/plausible/analytics/discussions/1603 clickhouse cluster is not supported yet.
107+
shards: 1
108+
replicaCounts: 1
109+
zookeeper:
110+
enabled: false
106111

107112
# kubernetes ressources
108113

0 commit comments

Comments
 (0)