File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ controller:
16
16
17
17
# Ensures communication between the load balancer and cluster nodes happens through the private network.
18
18
load-balancer.hetzner.cloud/use-private-ip : " true"
19
- load-balancer.hetzner.cloud/hostname : cd.code4.ro
19
+
20
20
# "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 : " false "
21
+ load-balancer.hetzner.cloud/uses-proxyprotocol : " true "
22
22
23
+ load-balancer.hetzner.cloud/http-redirect-https : " true"
23
24
# -- Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/
24
25
config :
25
26
use-proxy-protocol : " true"
You can’t perform that action at this time.
0 commit comments