fix: increase ClickHouse resource limits to resolve Langfuse outage (HOMELAB-845) #169
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/HOMELAB-845-clickhouse-resources"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ClickHouse was pegged at CPU/memory ceiling (992m/1000m CPU, 1434Mi/1536Mi RAM), causing readiness probe timeouts and preventing langfuse-web from completing migrations.
Doubled limits: CPU 1→2, Memory 1536Mi→3Gi.
HOMELAB-845