File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,9 @@ 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
-
19
+ load-balancer.hetzner.cloud/hostname : cd.code4.ro
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 : " true"
22
- load-balancer.hetzner.cloud/http-redirect-https : " true"
21
+ load-balancer.hetzner.cloud/uses-proxyprotocol : " false"
23
22
24
23
# -- Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/
25
24
config :
You can’t perform that action at this time.
0 commit comments