infra/stacks/anisette
Viktor Barzin 214638216b
All checks were successful
ci/woodpecker/push/default Pipeline was successful
fix(anisette): wait_for_rollout=false so a slow first start can't strand the deploy out of state
The docker.io fix created the deployment, but wait_for_rollout (default true)
then hung on the OOMing pod and the apply failed — leaving the deployment in
the cluster but NOT in terraform state, so every later apply hit
'deployments.apps "anisette" already exists'. Deleted that orphan and set
wait_for_rollout=false (mirrors tts/llama-cpp slow-start services); readiness
probe still gates Service traffic.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 20:56:30 +00:00
..
main.tf fix(anisette): wait_for_rollout=false so a slow first start can't strand the deploy out of state 2026-06-14 20:56:30 +00:00
secrets feat(anisette): self-hosted Apple anisette server for SideStore (infra #40) 2026-06-14 19:35:57 +00:00
terragrunt.hcl feat(anisette): self-hosted Apple anisette server for SideStore (infra #40) 2026-06-14 19:35:57 +00:00