Compare commits
3 Commits
volsync-ta
...
valkey-0.7
| Author | SHA1 | Date | |
|---|---|---|---|
| 89319e12c5 | |||
|
007016b59f
|
|||
| 52363a1dbc |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: valkey
|
name: valkey
|
||||||
version: 0.6.1
|
version: 0.7.0
|
||||||
description: Valkey chart with preconfigured settings
|
description: Valkey chart with preconfigured settings
|
||||||
keywords:
|
keywords:
|
||||||
- valkey
|
- valkey
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ valkey:
|
|||||||
image:
|
image:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
repository: oliver006/redis_exporter
|
repository: oliver006/redis_exporter
|
||||||
tag: v1.82.0@sha256:6a97d4dd743b533e1f950c677b87d880e44df363c61af3f406fc9e53ed65ee03
|
tag: v1.83.0@sha256:e8c209894d4c0cc55b1259ddd47e0b769ad1ff864b356736ee885462a3b0e48c
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 1m
|
cpu: 1m
|
||||||
|
|||||||
@@ -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