Skip to content

Commit

Permalink
fix: typo timout -> timeout
Browse files Browse the repository at this point in the history
This leads to a rendering error when the value is not overridden (with the same typo).
  • Loading branch information
michael-helmling-deepl committed Jun 24, 2024
1 parent 90746b8 commit 0d74d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/generic-service/templates/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ spec:
- alert: HttpTimeout
expr: |
sum(round(increase({{ include "generic-service.request-code-count-metric" . }}"504"}[{{ .Values.alerting.http.sampleInterval }}])))
> {{ .Values.alerting.http.maxTimoutCount }}
> {{ .Values.alerting.http.maxTimeoutCount }}
labels: {{- include "generic-service.alert-labels" . | nindent 12 }} critical
topic: ingress
annotations: {{- include "generic-service.alert-annotations" . | nindent 12 }} HTTP gateway timeout responses
description: '{{ include "generic-service.fullname" . }} gave {{"{{ $value }}"}} HTTP gateway timout responses in the last {{ .Values.alerting.http.sampleInterval }}.'
description: '{{ include "generic-service.fullname" . }} gave {{"{{ $value }}"}} HTTP gateway timeout responses in the last {{ .Values.alerting.http.sampleInterval }}.'
{{- end }}

{{- if or (eq .Values.ingress.protocol "grpc") (eq .Values.ingress.protocol "grpcs") }}
Expand Down

0 comments on commit 0d74d64

Please sign in to comment.