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