Skip to content

Commit 6409185

Browse files
committed
Update ingress-nginx values.yaml to set hostname and disable proxy protocol
1 parent 5d3663e commit 6409185

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

infra/ingress-nginx/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ controller:
1616

1717
# Ensures communication between the load balancer and cluster nodes happens through the private network.
1818
load-balancer.hetzner.cloud/use-private-ip: "true"
19-
19+
load-balancer.hetzner.cloud/hostname: cd.code4.ro
2020
# "uses-proxyprotocol" enables the proxy protocol on the load balancer so that the ingress controller and applications can see the real client IP.
21-
load-balancer.hetzner.cloud/uses-proxyprotocol: "true"
22-
load-balancer.hetzner.cloud/http-redirect-https: "true"
21+
load-balancer.hetzner.cloud/uses-proxyprotocol: "false"
2322

2423
# -- Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/
2524
config:

0 commit comments

Comments
 (0)