Created
July 10, 2023 10:53
-
-
Save Dani4kor/566d2e7b0da9d2e15a734fceecebef39 to your computer and use it in GitHub Desktop.
grafana and kube-state-metrics in prometheus-stack chart no tolerations or nodeSelector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# edit values.yml or subchart | |
kube-state-metrics: | |
nodeSelector: {} | |
affinity: {} | |
tolerations: [] | |
grafana: | |
nodeSelector: {} | |
affinity: {} | |
tolerations: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment