From f9af0d4b6e4e49b86c407d117f8cc3d0bfa2fd6a Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 8 Nov 2025 16:00:34 +0100 Subject: [PATCH] Update Traefik configuration to add trusted IPs for forwarded headers and adjust dashboard path matching --- apps/traefik/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/traefik/values.yaml b/apps/traefik/values.yaml index 411bd37..fd558b0 100644 --- a/apps/traefik/values.yaml +++ b/apps/traefik/values.yaml @@ -7,7 +7,9 @@ traefik: installCRDs: true - # Enable API (required for dashboard) + additionalArguments: + - "--entrypoints.web.forwardedHeaders.trustedIPs=192.168.1.2/32" + api: dashboard: true insecure: true @@ -61,7 +63,7 @@ traefik: - "traefik.noxxos.nl" rules: - matches: - - path: { type: PathPrefix, value: /dashboard } + - path: { type: PathPrefix, value: /dashboard/ } - path: { type: PathPrefix, value: /api } backendRefs: - group: traefik.io