Skip to content

Commit

Permalink
Update stardog-rules.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
martini-source authored Jan 18, 2024
1 parent 293b52a commit 7331bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appuio/stardog/templates/monitoring/stardog-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
{{- if .Values.ingress.enabled }}
- alert: HttpCheck
expr: probe_success{instance="https://{{ .Values.ingress.host }}/admin/healthcheck"} != 1
for: "{{ "{{ if (((.Values.alerts).httpCheck).for) }}" }}{{ .Values.alerts.httpCheck.for }}{{ "{{ else }}" }}1m{{ "{{ end }}" }}"
for: {{ default "1m" .Values.alerts.httpCheck.for | quote }}
annotations:
summary: Http check failed
description: "Http check failed on {{ "{{" }} $labels.instance {{ "}}" }}"
Expand Down

0 comments on commit 7331bbc

Please sign in to comment.