11 lines
532 B
YAML
11 lines
532 B
YAML
controller:
|
|
kind: DaemonSet
|
|
service:
|
|
type: LoadBalancer
|
|
annotations:
|
|
load-balancer.hetzner.cloud/use-private-ip: "true"
|
|
# Adjust the location if you have customized it in terraform.tfvars
|
|
# For more info on Hetzner Cloud locations, see https://docs.hetzner.com/general/others/data-centers-and-connection/
|
|
load-balancer.hetzner.cloud/location: "fsn1"
|
|
# For details about, load balancer instances, see https://www.hetzner.com/cloud/load-balancer
|
|
load-balancer.hetzner.cloud/type: "lb11" |