From 3cb4303a540ca5c111b6c754dabf1610d608ad86 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Fri, 27 Mar 2026 22:37:15 -0700 Subject: [PATCH] Add changelog for Immich resource/probe fix Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/changelog.d/+immich-resource-probes.infra.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/changelog.d/+immich-resource-probes.infra.md diff --git a/docs/changelog.d/+immich-resource-probes.infra.md b/docs/changelog.d/+immich-resource-probes.infra.md new file mode 100644 index 0000000..86c3a92 --- /dev/null +++ b/docs/changelog.d/+immich-resource-probes.infra.md @@ -0,0 +1 @@ +Fix Immich Helm values: resource limits and probe timeouts were silently ignored due to wrong value keys. Resources now actually apply to pods, and liveness/readiness probe timeouts increased from 1s to 5s to prevent kubelet from killing pods during ML inference.