added allowed hosts for homepage
This commit is contained in:
parent
b98dd12cd3
commit
0495ac6fa2
|
|
@ -29,6 +29,8 @@ spec:
|
|||
value: "1000"
|
||||
- name: PGID
|
||||
value: "1000"
|
||||
- name: HOMEPAGE_ALLOWED_HOSTS
|
||||
value: 192.168.88.0/24
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /app/config
|
||||
|
|
|
|||
Loading…
Reference in a new issue