From 4e2abfb2afd02c5720c4a44df7f88548698184af Mon Sep 17 00:00:00 2001 From: Ryan Grippeling Date: Sat, 14 Dec 2024 16:13:35 +0100 Subject: [PATCH] Get real IP in traefik --- ops/helm/03-ingress/ingress-traefik/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ops/helm/03-ingress/ingress-traefik/values.yaml b/ops/helm/03-ingress/ingress-traefik/values.yaml index 14704cd..7c33f2c 100644 --- a/ops/helm/03-ingress/ingress-traefik/values.yaml +++ b/ops/helm/03-ingress/ingress-traefik/values.yaml @@ -23,10 +23,12 @@ traefik: certResolver: letsencrypt-traefik forwardedHeaders: insecure: true - trustedIPs: 0.0.0.0/0 + trustedIPs: + - 0.0.0.0/0 proxyProtocol: insecure: true - trustedIPs: 0.0.0.0/0 + trustedIPs: + - 0.0.0.0/0 http3: enabled: true