another update

This commit is contained in:
Bojan Kucera 2025-06-05 22:37:15 -04:00
parent 46df60dd53
commit 14adf7d628

View file

@ -2,7 +2,7 @@ apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: custom-headers name: custom-headers
namespace: ingress-nginx namespace: ingress
data: data:
X-Real-IP: '$remote_addr' X-Real-IP: '$remote_addr'
X-Forwarded-For: '$proxy_add_x_forwarded_for' X-Forwarded-For: '$proxy_add_x_forwarded_for'