Skip to content

Commit

Permalink
feat(ingress-nginx): enable proxy protocol for external
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Jul 28, 2024
1 parent 2b4a1fe commit 1d9b93e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ spec:
proxy-buffer-size: 16k
ssl-protocols: TLSv1.3 TLSv1.2
use-forwarded-headers: "true"
use-proxy-protocol: "true"
worker-processes: 1
metrics:
enabled: true
Expand Down

0 comments on commit 1d9b93e

Please sign in to comment.