firefly-iii: Update trusted proxies addresses
Since _ingress-nginx_ no longer runs in the host network namespace, traffic will appear to come from pods' internal IP addresses now.pull/37/head
parent
0a5af84778
commit
607fa050f3
|
@ -1,6 +1,6 @@
|
|||
TZ=America/Chicago
|
||||
|
||||
TRUSTED_PROXIES=172.30.0.160/28
|
||||
TRUSTED_PROXIES=10.149.0.0/16
|
||||
VANITY_URL=https://firefly.pyrocufflink.blue
|
||||
|
||||
CAN_POST_FILES=true
|
||||
|
|
|
@ -4,7 +4,7 @@ SITE_OWNER=dustin@hatch.name
|
|||
|
||||
TZ=America/Chicago
|
||||
|
||||
TRUSTED_PROXIES=172.30.0.160/28
|
||||
TRUSTED_PROXIES=10.149.0.0/16
|
||||
|
||||
DB_CONNECTION=pgsql
|
||||
DB_HOST=postgresql.pyrocufflink.blue
|
||||
|
|
Loading…
Reference in New Issue