Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/abstract-node/templates/prometheusrules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ spec:
{{- if .Values.metrics.prometheusRule.default }}
- name: {{ include "common.names.fullname" $ }}-default
rules:
- alert: RethNodeDown
- alert: AbstractExternalNodeDown
expr: up{job="{{ include "common.names.fullname" . }}"} == 0
for: 5m
labels:
severity: critical
annotations:
summary: Reth Node {{ printf "{{ $labels.instance }}" }} down
description: Reth Node {{ printf "{{ $labels.instance }}" }} is down
summary: Abstract External Node {{ printf "{{ $labels.instance }}" }} down
description: Abstract External Node {{ printf "{{ $labels.instance }}" }} is down
{{- end }}
{{- end }}