Skip to content

Commit

Permalink
fix(application-template): fix typo in PrometheusRule CR (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
atobaum authored Apr 5, 2024
1 parent 59d307a commit d8941eb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/application-template/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ maintainers:
- name: modusign
url: https://github.com/modusign
name: application-template
version: 1.5.1
version: 1.5.2
2 changes: 1 addition & 1 deletion charts/application-template/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# application-template

![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)
![Version: 1.5.2](https://img.shields.io/badge/Version-1.5.2-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)

A Helm chart for Modusign Applications

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
groups:
{{- if .Values.scheduler.observability.prometheus.alerting_rules.enabled }}
- name: ServiceContainerResourceUsage
alerting_rules:
rules:
- alert: "HighServiceContainerCPUUsage"
expr: |
avg(
Expand Down Expand Up @@ -43,7 +43,7 @@ spec:
{{- end }}
{{- if .Values.scheduler.observability.prometheus.istio_alerting_rules.enabled }}
- name: IstioContainerResourceUsage
alerting_rules:
rules:
- alert: "HighIstioContainerCPUUsage"
expr: |
avg(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
groups:
{{- if .Values.server.observability.prometheus.alerting_rules.enabled }}
- name: ServiceContainerResourceUsage
alerting_rules:
rules:
- alert: "HighServiceContainerCPUUsage"
expr: |
avg(
Expand Down Expand Up @@ -43,7 +43,7 @@ spec:
{{- end }}
{{- if .Values.server.observability.prometheus.istio_alerting_rules.enabled }}
- name: IstioContainerResourceUsage
alerting_rules:
rules:
- alert: "HighIstioContainerCPUUsage"
expr: |
avg(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
groups:
{{- if .Values.worker.observability.prometheus.alerting_rules.enabled }}
- name: ServiceContainerResourceUsage
alerting_rules:
rules:
- alert: "HighServiceContainerCPUUsage"
expr: |
avg(
Expand Down Expand Up @@ -43,7 +43,7 @@ spec:
{{- end }}
{{- if .Values.worker.observability.prometheus.istio_alerting_rules.enabled }}
- name: IstioContainerResourceUsage
alerting_rules:
rules:
- alert: "HighIstioContainerCPUUsage"
expr: |
avg(
Expand Down

0 comments on commit d8941eb

Please sign in to comment.