Skip to content
Discussion options

You must be logged in to vote

Here is the solution, hoping that it may be helpful to someone:

Assuming that the load balancer is set up according to the hetzner-k3s recommendations, the following sections in values.yaml are important:

ingress-nginx:

  controller:
    kind: DaemonSet
    service:
      annotations:
        # (...load-balancer.hetzner.cloud/* annotations...)

    extraArgs:
      tcp-services-configmap: “ingress-nginx/tcp-services”

  tcp:
    “12345”: “12345”
  • The tcp map defines the ports that should be automatically configured on the Hetzner load balancer
  • extraArgs.tcp-services-configmap defines the name of a ConfigMap that maps the TCP ports from the Nginx load balancer to internal services (kind:…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jampy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants