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 imagePullPolicy: Always
env: env:
- name: HOMEPAGE_ALLOWED_HOSTS - 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: ports:
- name: http - name: http
containerPort: 3000 containerPort: 3000