Skip to content

Commit

Permalink
[prometheus] Enable legacy alerting system for Grafana (#1795)
Browse files Browse the repository at this point in the history
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
(cherry picked from commit fdcc086)
  • Loading branch information
nabokihms authored and z9r5 committed Jun 15, 2022
1 parent 952f899 commit 10129ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/300-prometheus/templates/grafana/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ spec:
value: "127.0.0.1"
- name: GF_METRICS_ENABLED
value: "true"
# TODO(nabokihms): enable legacy alerting, because our operator does not work with new alerts system
- name: GF_ALERTING_ENABLED
value: "true"
- name: GF_UNIFIED_ALERTING_ENABLED
value: "false"
{{- if hasKey .Values.prometheus "grafana" }}
{{- if hasKey .Values.prometheus.grafana "customPlugins" }}
- name: GF_INSTALL_PLUGINS
Expand Down

0 comments on commit 10129ac

Please sign in to comment.