commit eeb7c411c539867c95d3d378a974190034de0d5a
parent 49f136eb7a5945c0222010ca4a071929c65ff281
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Sun, 22 Mar 2026 00:12:21 +0100
move to helper image
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/apps/talos_cluster/continuwuity/deployment.yaml b/apps/talos_cluster/continuwuity/deployment.yaml
@@ -13,6 +13,12 @@ spec:
metadata:
labels:
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/timeout: "30s"
+ post.hook.backup.velero.io/command: '["/bin/sh", "-c", "kill -SIGCONT 1"]'
+ post.hook.backup.velero.io/timeout: "30s"
spec:
automountServiceAccountToken: false
enableServiceLinks: false
@@ -38,7 +44,7 @@ spec:
requests:
memory: "1Gi"
cpu: "500m"
- image: forgejo.ellis.link/continuwuation/continuwuity:main
+ image: ghcr.io/mtrnord/cluster/continuwuity:main
#image: forgejo.ellis.link/continuwuation/continuwuity:pr-1099-head
imagePullPolicy: Always
ports: