Skip to content

Commit

Permalink
fix(vault): prometheus rules (#1300)
Browse files Browse the repository at this point in the history
Signed-off-by: Iago Santos Pardo <iago.santos.pardo@adfinis.com>
  • Loading branch information
isantospardo authored Aug 20, 2024
1 parent b36448c commit 3b11299
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/vault-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vault-monitoring
description: monitor your vault server from within Kubernetes' prometheus
type: application
version: 0.4.0
version: 0.4.1
home: https://github.com/adfinis/helm-charts/tree/main/charts/vault-monitoring
sources:
- https://github.com/adfinis/helm-charts/tree/main/charts/vault-monitoring
Expand All @@ -12,5 +12,5 @@ maintainers:
url: https://adfinis.com
annotations:
artifacthub.io/changes: |
- kind: added
description: "Add new metric for vault"
- kind: fixed
description: "fix metric for vault"
2 changes: 1 addition & 1 deletion charts/vault-monitoring/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions charts/vault-monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ prometheusRules:
labels:
severity: critical
annotations:
summary: "Vault Raft Cluster Failure Tolerance Critical on {{ $labels.instance }}"
summary: "Vault Raft Cluster Failure Tolerance Critical on [{{ $labels.instance }}]"
description: >
"Vault Raft cluster on {{ $labels.instance }} has a failure tolerance of 0. Any further node
failure could result in loss of quorum and make the cluster unavailable."
Vault Raft cluster on "{{ $labels.instance }}" has a failure tolerance of 0.
Any further node failure could result in loss of quorum and make the cluster unavailable.

0 comments on commit 3b11299

Please sign in to comment.