Skip to content

Instantly share code, notes, and snippets.

@Dani4kor
Created July 10, 2023 10:53
Show Gist options
  • Save Dani4kor/566d2e7b0da9d2e15a734fceecebef39 to your computer and use it in GitHub Desktop.
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
# 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