terraform-hcloud-kube-hetzner/manifests/helm/nginx/values.yaml
2021-10-05 07:35:42 +02:00

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"