Automated Manifest Update (#4990)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. ### Details - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `3599b7a` (on `3599b7a8a6f746eea6c161535c1975bec9e607a6`) - **Charts Updated**: `argocd` ### Update Details (2026-03-23 01:20 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `48a3afd` (on `48a3afd121657733b8d1438b5b04491b1a54dd99`) - **Charts Updated**: `argocd` ### Update Details (2026-03-23 01:22 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `ad89a09` (on `ad89a094826de9b3e68f3ffa598b46e99cb7a67b`) - **Charts Updated**: `argocd` Reviewed-on: #4990 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4990.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
apiVersion: monitoring.coreos.com/v1
|
||||
kind: PrometheusRule
|
||||
metadata:
|
||||
name: argocd-redis-ha
|
||||
spec:
|
||||
groups:
|
||||
- name: argocd-redis-ha
|
||||
interval: 30s
|
||||
rules:
|
||||
- alert: RedisPodDown
|
||||
annotations:
|
||||
description: Redis pod {{ $labels.pod }} is down
|
||||
summary: Redis pod {{ $labels.pod }} is down
|
||||
expr: |
|
||||
redis_up{job="argocd-redis-ha"} == 0
|
||||
for: 5m
|
||||
labels:
|
||||
severity: critical
|
||||
Reference in New Issue
Block a user