You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add node affinity to Helm chart for improved pod scheduling (#59)
* feat: add node affinity to Helm chart for improved pod scheduling
Added node affinity rules to the Helm chart to ensure that pods are scheduled onto appropriate nodes based on specific criteria. This helps in optimizing resource utilization, enhancing performance, and maintaining workload balance across the cluster.
References:
- Kubernetes affinity and anti-affinity documentation: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity
* Merge branch 'main' into feat/add-affinity
Bumped the version from 0.4.11 to 0.4.12, required since
#61 adjusted the
version towards 0.4.11
0 commit comments