How to set tolerations for KEDA #2609
-
How do I set tolerations for the keda-operator and keda-operator-metrics-apiserver? Currently I use the KEDA operator and metrics api server from the chart (without using external) as following:
However, I am unsure how to set tolerations for the keda-operator and keda-operator-metrics-apiserver? docker-selenium/charts/selenium-grid/values.yaml Lines 1987 to 2010 in 967cb27 If I want to set tolerations, does it mean I have to create my own external keda and set the tolerations manually? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, if you are using KEDA is deployed by sub-chart KEDA in Grid chart, you can refer to KEDA chart configs https://artifacthub.io/packages/helm/kedacore/keda and add something you want to change in structure under key |
Beta Was this translation helpful? Give feedback.
Hi, if you are using KEDA is deployed by sub-chart KEDA in Grid chart, you can refer to KEDA chart configs https://artifacthub.io/packages/helm/kedacore/keda and add something you want to change in structure under key
keda:
In default values.yaml, we only override a few values we needed, for others it will inherit from KEDA chart.