PMM on K8S - nodeSelector

Hi
I am using this Helm chart to install the pmm on my K8S cluster

helm repo add percona https://percona-charts.storage.googleapis.com
helm repo update
helm install monitoring percona/pmm-server -n pxc --set platform=kubernetes --version 2.7.0 --set "credentials.password=xxxxxxxx"

can not find a way to set the nodeSelector / Affinity
Is there any way of doing so?

In the end I added it myself to the helm chart
Raised a PR
if someone is interested it is here

1 Like

Hello Nehemia,

thank you for you for the contribution, we would review it!

Thanks,
Denys

1 Like