cluster

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

commit ddc81b81202ae403f20f57ed2b2acca37b19f8ce
parent 534cc1cdf47ac46e54ce690efc3caa28d98e0376
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Mon, 23 Jun 2025 19:39:18 +0200

Setup connectivity tester

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

Diffstat:
Mapps/base/matrix/connectivity-tester/deployment.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/base/matrix/connectivity-tester/deployment.yaml b/apps/base/matrix/connectivity-tester/deployment.yaml @@ -39,14 +39,14 @@ spec: livenessProbe: httpGet: path: /healthz - port: appservice + port: api scheme: HTTP initialDelaySeconds: 15 periodSeconds: 10 startupProbe: httpGet: path: /healthz - port: appservice + port: api initialDelaySeconds: 15 failureThreshold: 30 periodSeconds: 10