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