commit 36f73019e7f78c70b76624e676de8b365a1699b9
parent 778dbd66eb74f472fc017753986bd7cdbc219310
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Sun, 22 Mar 2026 00:22:37 +0100
fix hooks and thresold
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/apps/talos_cluster/continuwuity/deployment.yaml b/apps/talos_cluster/continuwuity/deployment.yaml
@@ -15,9 +15,9 @@ spec:
app: continuwuity
annotations:
# Freeze the process during Velero backup to ensure consistent RocksDB snapshot
- pre.hook.backup.velero.io/command: '["/bin/sh", "-c", "kill -SIGSTOP 1"]'
+ pre.hook.backup.velero.io/command: '["/bin/sh", "-c", "kill -STOP 1"]'
pre.hook.backup.velero.io/timeout: "30s"
- post.hook.backup.velero.io/command: '["/bin/sh", "-c", "kill -SIGCONT 1"]'
+ post.hook.backup.velero.io/command: '["/bin/sh", "-c", "kill -CONT 1"]'
post.hook.backup.velero.io/timeout: "30s"
spec:
automountServiceAccountToken: false
@@ -73,6 +73,7 @@ spec:
path: /_matrix/client/versions
port: 8448
timeoutSeconds: 5
+ failureThreshold: 10
readinessProbe:
httpGet:
path: /_matrix/client/versions