fixed host
Some checks failed
Deploy to Kubernetes / deploy (push) Failing after 44s

This commit is contained in:
Alexis Bruneteau 2025-09-18 13:03:17 +02:00
parent 951dacdbeb
commit cf48ffb317

View File

@ -50,7 +50,7 @@ spec:
imagePullPolicy: Always
env:
- name: HOMEPAGE_ALLOWED_HOSTS
value: sortifal.fr # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
value: sortifal.fr,www.sortifal.fr # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
ports:
- name: http
containerPort: 3000