Skip to content

Commit

Permalink
[MOD] default clickhouse values
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Sep 1, 2023
1 parent 1b3fa48 commit fc6b266
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: plausible-analytics
description: A Helm Chart for Plausible Analytics - Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
type: application
version: 0.1.4
version: 0.1.5
appVersion: 2.0.0
keywords:
- web analytics
Expand Down
5 changes: 5 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ clickhouse: # Clickhouse Database
initdbScripts:
db-init.sql: |
CREATE DATABASE IF NOT EXISTS plausible_events_db
# https://github.com/plausible/analytics/discussions/1603 clickhouse cluster is not supported yet.
shards: 1
replicaCounts: 1
zookeeper:
enabled: false

# kubernetes ressources

Expand Down

0 comments on commit fc6b266

Please sign in to comment.