lb -> load_balancer...
...to keep variables and output naming consistent
This commit is contained in:
@@ -15,9 +15,9 @@ spec:
|
||||
# keep hetzner-ccm from exposing our private ingress ip, which in general isn't routeable from the public internet
|
||||
"load-balancer.hetzner.cloud/disable-private-ingress": "true"
|
||||
# disable ipv6 by default, because external-dns doesn't support AAAA for hcloud yet https://github.com/kubernetes-sigs/external-dns/issues/2044
|
||||
"load-balancer.hetzner.cloud/ipv6-disabled": "${lb_disable_ipv6}"
|
||||
"load-balancer.hetzner.cloud/ipv6-disabled": "${load_balancer_disable_ipv6}"
|
||||
"load-balancer.hetzner.cloud/location": "${location}"
|
||||
"load-balancer.hetzner.cloud/type": "${lb_server_type}"
|
||||
"load-balancer.hetzner.cloud/type": "${load_balancer_type}"
|
||||
"load-balancer.hetzner.cloud/uses-proxyprotocol": "true"
|
||||
additionalArguments:
|
||||
- "--entryPoints.web.proxyProtocol.trustedIPs=127.0.0.1/32,10.0.0.0/8"
|
||||
|
Reference in New Issue
Block a user