mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
Add resourcesPreset configuration to Clickhouse settings in values.yaml
This commit is contained in:
parent
8d9d83d679
commit
a2218b01d0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user