cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit c2a5d65b8cca2ba12cefbd62b0b754dfb4227268
parent e86a43c5e15f08f9c658c232a59b91a5b5e8c425
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sun, 22 Feb 2026 01:11:22 +0100

wait longer

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/continuwuity/deployment.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/talos_cluster/continuwuity/deployment.yaml b/apps/talos_cluster/continuwuity/deployment.yaml @@ -59,13 +59,13 @@ spec: httpGet: path: /_matrix/client/versions port: 8448 - initialDelaySeconds: 50 + initialDelaySeconds: 60 timeoutSeconds: 5 readinessProbe: httpGet: path: /_matrix/client/versions port: 8448 - initialDelaySeconds: 20 + initialDelaySeconds: 60 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: