Add resourcesPreset configuration to Clickhouse settings in values.yaml

This commit is contained in:
Simon Larsen 2024-11-20 08:36:35 +00:00
parent 8d9d83d679
commit a2218b01d0
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -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;