Compare commits
2 Commits
volsync-ta
...
renovate/h
| Author | SHA1 | Date | |
|---|---|---|---|
|
f01dbbd66a
|
|||
| 52363a1dbc |
@@ -42,7 +42,7 @@ jobs:
|
|||||||
python-version: '3.14'
|
python-version: '3.14'
|
||||||
|
|
||||||
- name: Set up Chart Testing
|
- name: Set up Chart Testing
|
||||||
uses: helm/chart-testing-action@v2.7.0
|
uses: helm/chart-testing-action@v2.8.0
|
||||||
with:
|
with:
|
||||||
yamale_version: "6.0.0"
|
yamale_version: "6.0.0"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: volsync-target
|
name: volsync-target
|
||||||
version: 1.1.0
|
version: 1.1.1
|
||||||
description: Volsync Replication set to target specific PVC with preconfigured settings
|
description: Volsync Replication set to target specific PVC with preconfigured settings
|
||||||
keywords:
|
keywords:
|
||||||
- volsync-target
|
- volsync-target
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# volsync-target
|
# volsync-target
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Volsync Replication set to target specific PVC with preconfigured settings
|
Volsync Replication set to target specific PVC with preconfigured settings
|
||||||
|
|
||||||
|
|||||||
@@ -17,12 +17,9 @@ spec:
|
|||||||
rules:
|
rules:
|
||||||
- alert: VolSyncBackupPodFailed
|
- alert: VolSyncBackupPodFailed
|
||||||
expr: |
|
expr: |
|
||||||
kube_pod_container_status_last_terminated_exit_code > 0
|
(kube_pod_container_status_last_terminated_exitcode > 0)
|
||||||
* on(pod, namespace) group_left(owner_name)
|
* on(pod, namespace) group_left(owner_name)
|
||||||
label_replace(
|
kube_pod_owner{owner_kind="Job", owner_name=~"volsync-.*"}
|
||||||
kube_pod_owner{owner_kind="Job"},
|
|
||||||
"owner_name", "$1", "owner_name", "(.*)"
|
|
||||||
)
|
|
||||||
for: 1m
|
for: 1m
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
|
|||||||
Reference in New Issue
Block a user