Documentation: add HOMEPAGE_ALLOWED_HOSTS to k8s docs (#4969)
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions

This commit is contained in:
Xavier Alexander
2025-03-15 10:40:26 -04:00
committed by GitHub
parent 607a14083e
commit 964991781c
+3
View File
@@ -302,6 +302,9 @@ spec:
- name: homepage
image: "ghcr.io/gethomepage/homepage:latest"
imagePullPolicy: Always
env:
- name: HOMEPAGE_ALLOWED_HOSTS
value: gethomepage.dev # required, may need port
ports:
- name: http
containerPort: 3000