ori-edge / k8s_gateway

A CoreDNS plugin to resolve all types of external Kubernetes resources
Apache License 2.0
308 stars 65 forks source link

feature(add customLabels, tolerations, topologySpreadConstraints and service.useTcp values) #273

Closed bastienbosser closed 7 months ago

bastienbosser commented 7 months ago

Hello,

I need to add this feature to the current helm chart.

The customLabels value is used to add custom labels to all resources, so that they can be easily grouped with others and then retrieved using the selector label.

The toleration value is used to schedule pods on master nodes, for example.

The topologySpreadConstraints value is used to control how Pods are spread across your cluster.

The service.useTcp value is used to also enable tcp protocol on dns port.

Regards

bastienbosser commented 6 months ago

hello @networkop, Would it be possible to generate a new release of the helm chart please? Regards

networkop commented 6 months ago

@bastienbosser done