mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-03 14:03:40 +01:00
Documentation: add HOMEPAGE_ALLOWED_HOSTS to k8s docs (#4969)
This commit is contained in:
parent
607a14083e
commit
964991781c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user