fix: add trusted proxy to enable traefik

This commit is contained in:
Patryk Hegenberg 2025-05-25 18:27:25 +02:00
parent 209b1034fe
commit 4bc9252c30

View file

@ -35,3 +35,11 @@ spec:
service:
type: ClusterIP
port: 8123
configuration:
enabled: true
trusted_proxies:
- "10.43.0.0/16"
- "192.168.0.0/16"
- "::1"
- "127.0.0.1"
use_x_forwarded_for: true