Skip to content

Commit

Permalink
prometheus: update chart config for a v16 to v19 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 23, 2023
1 parent 1c600d8 commit a43e7c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-charts/support/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ prometheus:
# Grafana also has alerts, and the UI of grafana is much better than that of alertmanager
# We also expose Grafana publicly behind auth anyway, so we can consolidate alerting with Grafana too
enabled: false
nodeExporter:
prometheus-node-exporter:
tolerations:
# Tolerate tainted jupyterhub user nodes
- key: hub.jupyter.org_dedicated
Expand All @@ -42,7 +42,7 @@ prometheus:
effect: NoSchedule
updateStrategy:
type: RollingUpdate
pushgateway:
prometheus-pushgateway:
enabled: false
server:
ingress:
Expand Down

0 comments on commit a43e7c9

Please sign in to comment.