Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,14 @@ nginx:
set_real_ip_from 2405:8100::/32;
set_real_ip_from 2a06:98c0::/29;
set_real_ip_from 2c0f:f248::/32;
# Added by RM Adding _internal_ node IPs to
# see if this helps with getting the client
# IP to pods (bit of a punt)
set_real_ip_from 192.168.92.139/32;
set_real_ip_from 192.168.177.103/32;
set_real_ip_from 192.168.191.120/32;
set_real_ip_from 192.168.192.119/32;
set_real_ip_from 192.168.223.177/32;

real_ip_header X-Forwarded-For;
real_ip_recursive on;
Expand Down