Skip to content

core dns load balancer does not get the correct targetPort #423

Closed
@raffaelespazzoli

Description

the loadbalancer service deployed by setting the option:

exposeCoreDNS: true

is configured with the target port statically set to 53.
In some systems this requires privileges permissions, so user will change this to a different port via the following config:

coredns:
  servers:
    - zone: .
    port: 5353

the load balancer service template be changed to pick this setting.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    • Status

      Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions