Allow pod IP and cluster-local hosts in Homepage allowed hosts

Health probes use the pod IP which was being rejected by Homepage's
host validation, causing readiness failures and restarts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-19 18:17:31 -08:00
commit 38e6058789

View file

@ -29,7 +29,7 @@ spec:
name: http
env:
- name: HOMEPAGE_ALLOWED_HOSTS
value: "go.tail8d86e.ts.net,go.ops.eblu.me"
value: "go.tail8d86e.ts.net,go.ops.eblu.me,*.homepage.svc.cluster.local,10.*"
# Weather widget
- name: HOMEPAGE_VAR_OPENWEATHERMAP_API_KEY
valueFrom: