cluster

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

commit 2c3d7ed7f56ff776b7248a56bd08c911a273568c
parent 1b69e5cc2111f8ecbf04185e2fb96b764027ce87
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat, 28 Jun 2025 21:13:57 +0200

Run load test only on canary

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

diff --git a/apps/base/matrix/connectivity-tester/deployment.yaml b/apps/base/matrix/connectivity-tester/deployment.yaml @@ -236,4 +236,5 @@ spec: url: http://flagger-loadtester.flagger-system/ timeout: 5s metadata: - cmd: "hey -z 2m -q 10 -c 2 https://connectivity-tester.mtrnord.blog/?serverName=mtrnord.blog" + 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.