grafana / k8s-monitoring-helm

Apache License 2.0
126 stars 52 forks source link

Example Request: Tolerations #486

Open skl opened 1 month ago

skl commented 1 month ago

It'd be great to have an example showing how to apply tolerations to the various deployments and subcharts.

skl commented 1 month ago

Here's the current defaults for all charts, any changes need to be done in addition to the below, otherwise the defaults would be removed:

test:
  tolerations: []

configAnalysis:
  tolerations: []

alloy:
  controller:
    tolerations:
      - effect: NoSchedule
        operator: Exists

alloy-events:
  controller:
    tolerations:
      - effect: NoSchedule
        operator: Exists

alloy-logs:
  controller:
    tolerations:
      - effect: NoSchedule
        operator: Exists

alloy-profiles:
  controller:
    tolerations:
      - effect: NoSchedule
        operator: Exists

kube-state-metrics:
  tolerations: []

prometheus-node-exporter:
  tolerations:
    - effect: NoSchedule
      operator: Exists

prometheus-windows-exporter:
  tolerations:
    - effect: NoSchedule
      operator: Exists

opencost:
  opencost:
    tolerations: []