Files
argocd-apps/apps/base/paperclip
unkinben 926f3b34ba
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
fix: set Host header on paperclip health probes to bypass hostname guard
The privateHostnameGuard middleware blocks requests where the Host header
is not in the allowlist. Kubelet httpGet probes use the pod IP as the
Host header, which is never in the allowlist. Setting Host: localhost
ensures probes are always permitted.
2026-05-02 22:53:02 +10:00
..