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:
parent
bc0b031115
commit
38e6058789
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue