fix(infra-monitoring): add option for default.filters
This commit is contained in:
parent
591f039e20
commit
b53d151620
2 changed files with 8 additions and 1 deletions
|
@ -81,9 +81,12 @@ spec:
|
||||||
color: "#ffae42"
|
color: "#ffae42"
|
||||||
- value: critical
|
- value: critical
|
||||||
color: "#ff220c"
|
color: "#ff220c"
|
||||||
|
|
||||||
|
{{- with .Values.karma.filters.default }}
|
||||||
filters:
|
filters:
|
||||||
default:
|
default:
|
||||||
- "@state=active"
|
{{- toYaml . | nindent 12 }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
history:
|
history:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -199,4 +199,8 @@ karma:
|
||||||
anonymous:
|
anonymous:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
filters:
|
||||||
|
default:
|
||||||
|
- '@state=active'
|
||||||
|
|
||||||
additionalAlertmanager:
|
additionalAlertmanager:
|
||||||
|
|
Loading…
Add table
Reference in a new issue