fix: add trusted proxy to enable traefik
This commit is contained in:
parent
209b1034fe
commit
4bc9252c30
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue