added allowed hosts wildcard
This commit is contained in:
parent
195b245d82
commit
fc21349492
|
|
@ -30,7 +30,7 @@ spec:
|
||||||
- name: PGID
|
- name: PGID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
- name: HOMEPAGE_ALLOWED_HOSTS
|
- name: HOMEPAGE_ALLOWED_HOSTS
|
||||||
value: 192.168.88.0/24
|
value: "*"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /app/config
|
mountPath: /app/config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue