HOMELAB-974: fix(langfuse): gate web/worker startup on ClickHouse TCP readiness #183
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "plane/HOMELAB-974-clickhouse-init-wait"
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?
Summary
langfuse.extraInitContainersto the base chart values (core/charts/apps/langfuse/values.yaml) with a busyboxnc -zwait-loop onlangfuse-clickhouse:9000and:8123.helm templateverified locally against base + prod overrides.Test plan
initContainer: wait-for-clickhouseappears inkubectl -n langfuse get deploy langfuse-web -o yaml.langfuse-clickhouse-shard0-0pod; observe langfuse-web new pod sits inInit:0/1until CH :9000 responds, then Running with zero error restarts.Ref HOMELAB-974.