cluster

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

commit 25a7592540349b1072e87a1b4262e6bcd040f8f8
parent ad4b1fcba64f6ab5ee73e876d8325eb81e8e694b
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Mon,  9 Feb 2026 20:14:16 +0100

fix probes

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

Diffstat:
Mapps/talos_cluster/persephone/deployment.yaml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/talos_cluster/persephone/deployment.yaml b/apps/talos_cluster/persephone/deployment.yaml @@ -44,17 +44,17 @@ spec: name: tmp livenessProbe: httpGet: - path: / + path: /_matrix/federation/v1/version port: web scheme: HTTP readinessProbe: httpGet: - path: / + path: /_matrix/federation/v1/version port: web scheme: HTTP startupProbe: httpGet: - path: / + path: /_matrix/federation/v1/version port: web volumes: - name: tmp