packages icon indicating copy to clipboard operation
packages copied to clipboard

Deployments missing toleration options

Open geh1sf opened this issue 10 months ago • 1 comments

Hello Team,

Upon reviewing your template files for deployments and stateful sets, I noticed that they lack a specification for tolerations.

Integrating tolerations is crucial if you aim to dedicate a specific group of nodes exclusively for Hono services. While affinity rules are beneficial, they do not prevent other resources from being scheduled on these nodes.

To address this, I suggest incorporating the following line to ensure that only the intended workloads run on the designated nodes:

{{- include "hono.pod.tolerations" $args | nindent 6 }}

This small change will enhance our configuration's precision in resource allocation and maintain operational integrity.

geh1sf avatar Apr 15 '24 11:04 geh1sf