Skip to content

Commit

Permalink
Add resourcesPreset configuration to Clickhouse settings in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Nov 20, 2024
1 parent 8d9d83d commit a2218b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HelmChart/Public/oneuptime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ clickhouse:
size: 25Gi
auth:
username: oneuptime
# For some reason bitnami clickhouse choose to have resourcesPreset: "small" as default. We dont want that.
resourcesPreset: "none"
initdbScripts:
db-init.sql: |
CREATE DATABASE oneuptime;
Expand Down

0 comments on commit a2218b0

Please sign in to comment.