cluster

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

commit 072a0b7b21f44a875b05f60710cbba75e9894d8a
parent a253c9f0f3898e18339c7efe3b6b21488d364e14
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Fri,  5 Dec 2025 19:24:05 +0100

Use main image instead now

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

Diffstat:
Mapps/talos_cluster/connectivity-tester/tester-v2.yaml | 57+++++++++++++++++++++++++++++----------------------------
1 file changed, 29 insertions(+), 28 deletions(-)

diff --git a/apps/talos_cluster/connectivity-tester/tester-v2.yaml b/apps/talos_cluster/connectivity-tester/tester-v2.yaml @@ -14,39 +14,40 @@ spec: spec: containers: - name: connectivity-tester-v2 - image: ghcr.io/mtrnord/connectivity-tester-v2:latest + image: ghcr.io/mtrnord/matrix-connection-tester-ui:main + imagePullPolicy: Always resources: - limits: {} - requests: - memory: "344Mi" - cpu: "252m" + limits: {} + requests: + memory: "344Mi" + cpu: "252m" ports: - - containerPort: 8000 - name: web - protocol: TCP + - containerPort: 8000 + name: web + protocol: TCP livenessProbe: - httpGet: - path: / - port: web - scheme: HTTP + httpGet: + path: / + port: web + scheme: HTTP readinessProbe: - httpGet: - path: / - port: web - scheme: HTTP + httpGet: + path: / + port: web + scheme: HTTP startupProbe: - httpGet: - path: / - port: web + httpGet: + path: / + port: web volumeMounts: - - name: configs - mountPath: "/app/_fresh/client/config.json" - subPath: config.json - readOnly: true + - name: configs + mountPath: "/app/_fresh/client/config.json" + subPath: config.json + readOnly: true volumes: - name: configs configMap: - name: connectivity-tester-config + name: connectivity-tester-config --- apiVersion: v1 kind: Service @@ -74,8 +75,8 @@ spec: - beta.connectivity-tester.mtrnord.blog rules: - backendRefs: - - name: connectivity-tester-v2 - port: 8000 + - name: connectivity-tester-v2 + port: 8000 timeouts: - request: 240s - backendRequest: 0s + request: 240s + backendRequest: 0s