2 Commits

Author SHA1 Message Date
d40a1070fa Add affinity configuration to Kubernetes pod template
This commit adds support for specifying pod affinity settings
in the Kubernetes pod template for the Artemis broker Helm chart.
The changes include a new conditional block in the `_pod.tpl`
template file that allows users to define affinity rules in
the `values.yaml` file under the `affinity` key.

The addition was necessary to provide users with more flexibility
in scheduling their pods based on node characteristics, which is
essential for optimizing resource allocation and achieving desired
deployment strategies.

No breaking changes were introduced, and the default `affinity`
configuration remains empty, ensuring backward compatibility.
2025-03-04 07:26:58 +01:00
e4c7b319e2 first commit
All checks were successful
Build Helm Chart / helm-package (push) Successful in 7s
2025-03-04 07:05:50 +01:00