commit 5bc543284238145f92a1d22c174da9c6d3c71fd9
parent 968df2686febda644d6a5fc602605bd4f150cb0d
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Sat, 21 Mar 2026 21:55:13 +0100
meow
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/apps/talos_cluster/continuwuity/deployment.yaml b/apps/talos_cluster/continuwuity/deployment.yaml
@@ -55,17 +55,22 @@ spec:
env:
- name: CONTINUWUITY_CONFIG
value: /etc/conduwuit/conduwuit.toml
+ startupProbe:
+ httpGet:
+ path: /_matrix/client/versions
+ port: 8448
+ failureThreshold: 180
+ periodSeconds: 10
+ timeoutSeconds: 5
livenessProbe:
httpGet:
path: /_matrix/client/versions
port: 8448
- initialDelaySeconds: 600
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /_matrix/client/versions
port: 8448
- initialDelaySeconds: 600
timeoutSeconds: 5
# Mount the continuwuity config which is stored in the continuwuity-config secret at the config path and should go to /config.yaml
volumes: