cluster

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

commit 42b49d7fc9cf4ae834944be634e16c310ea609f5
parent 2c3d7ed7f56ff776b7248a56bd08c911a273568c
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat, 28 Jun 2025 21:15:17 +0200

Fix load test

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

diff --git a/apps/base/matrix/connectivity-tester/deployment.yaml b/apps/base/matrix/connectivity-tester/deployment.yaml @@ -234,7 +234,7 @@ spec: | grep 'OK'" - name: load-test url: http://flagger-loadtester.flagger-system/ - timeout: 5s + timeout: 2m metadata: cmd: "hey -z 2m -q 10 -c 2 http://connectivity-tester-canary.matrix/?serverName=mtrnord.blog" # TODO: Split api and ui into separate deployments so we can scale and update them independently.