Skip to content

Commit

Permalink
Get real IP in traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryangr0 committed Dec 14, 2024
1 parent 1f64025 commit 4e2abfb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ops/helm/03-ingress/ingress-traefik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4e2abfb

Please sign in to comment.