cluster

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

commit 9c6ea19bc3b89ff213411d7f0bfb4ca6d6e1d5fd
parent b96cb1765298aef89a5e9b1dd467c0f1712e0fc9
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat,  4 May 2024 18:31:09 +0200

Use the wellknown instead to check if it is up

Diffstat:
Mapps/base/matrix/draupnir-freifunk/pantalaimon.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/base/matrix/draupnir-freifunk/pantalaimon.yaml b/apps/base/matrix/draupnir-freifunk/pantalaimon.yaml @@ -44,7 +44,7 @@ spec: livenessProbe: failureThreshold: 3 httpGet: - path: /_matrix/client/v3/login + path: /.well-known/matrix/client port: 8008 initialDelaySeconds: 5 periodSeconds: 30 @@ -53,7 +53,7 @@ spec: name: pantalaimon-freifunk-container readinessProbe: httpGet: - path: /_matrix/client/v3/login + path: /.well-known/matrix/client port: 8008 initialDelaySeconds: 5 periodSeconds: 30