mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28:48 +00:00
Add k3d ingress setting and HOMEPAGE_ALLOWED_HOSTS
This commit is contained in:
parent
65370a7668
commit
564dfb7ce3
1 changed files with 5 additions and 0 deletions
|
@ -43,9 +43,14 @@ config:
|
|||
target: _blank
|
||||
kubernetes:
|
||||
mode: cluster
|
||||
ingress: true
|
||||
docker:
|
||||
settings:
|
||||
|
||||
env:
|
||||
- name: HOMEPAGE_ALLOWED_HOSTS
|
||||
value: "homepage.k3d.localhost:8080"
|
||||
|
||||
serviceAccount:
|
||||
create: true
|
||||
name: homepage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue