Added Hetzner firewall and fixed addresses
This commit is contained in:
@@ -103,19 +103,7 @@ loadBalancer:
|
||||
|
||||
# -- algorithm is the name of the load balancing algorithm for backend
|
||||
# selection e.g. random or maglev
|
||||
# algorithm: random
|
||||
|
||||
# -- mode is the operation mode of load balancing for remote backends
|
||||
# e.g. snat, dsr, hybrid
|
||||
mode: snat
|
||||
|
||||
# -- acceleration is the option to accelerate service handling via XDP
|
||||
# e.g. native, disabled
|
||||
# Gives "Error: virtio_net: Too few free TX rings available."
|
||||
# acceleration: native
|
||||
|
||||
# Breaks csi
|
||||
# devices: eth1
|
||||
algorithm: maglev
|
||||
|
||||
# -- The agent can be put into one of the three policy enforcement modes:
|
||||
# default, always and never.
|
||||
|
@@ -2,6 +2,7 @@ controller:
|
||||
kind: DaemonSet
|
||||
service:
|
||||
annotations:
|
||||
# adjust the location if you have customized it in terraform.tfvars
|
||||
load-balancer.hetzner.cloud/location: "fsn1"
|
||||
load-balancer.hetzner.cloud/use-private-ip: "true"
|
||||
load-balancer.hetzner.cloud/type: "lb11"
|
||||
|
Reference in New Issue
Block a user