added allowed hosts for homepage

This commit is contained in:
JethroC Admin 2026-03-11 19:43:44 +13:00
parent e795c39b6f
commit 195b245d82

View file

@ -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