wso2 / kubernetes-apim

Kubernetes and Helm resources for WSO2 API Manager
Apache License 2.0
112 stars 216 forks source link

Add ability to control deployment topology using affinity and tolerations #610

Open ajitspendse opened 3 months ago

ajitspendse commented 3 months ago

Description: Current helm charts do not allow for defining affinity, antiAffinity or tolerations limiting the control over deployment topology in most of the kubernetes installations.

Suggested Labels: Enhancement

Suggested Assignees:

Affected Product Version: 4.2.x

OS, DB, other environment details and versions:
Kubernetes > v1.28.x Helm > 3.x

Steps to reproduce:

  1. Run helm install and observe pod scheduling

Related Issues: NA