Skip to content

Commit ccf1e76

Browse files
committed
Add use-proxy-protocol option in ingress-nginx configuration
1 parent 6409185 commit ccf1e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/ingress-nginx/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ controller:
2222

2323
# -- Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/
2424
config:
25+
use-proxy-protocol: "true"
2526
use-gzip: "true"
2627
enable-real-ip: "true"
2728
disable-access-log: "true"

0 commit comments

Comments
 (0)