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:
2026-03-23 01:23:24 +00:00
committed by Alex Lebens
parent 18e5180cbf
commit fe83b21fa0
19 changed files with 152 additions and 61 deletions

View File

@@ -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