cluster

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

commit 1a0a2f53112147fb8d1d7f4d7dba9166e186c8cf
parent 38ad592597409299f0f2441c947fe1bec1aabf5d
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Fri, 20 Feb 2026 16:11:53 +0100

Also increase the ram limit

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

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

diff --git a/apps/talos_cluster/connectivity-tester/deployment.yaml b/apps/talos_cluster/connectivity-tester/deployment.yaml @@ -53,7 +53,7 @@ spec: resources: limits: cpu: "200m" - memory: "128Mi" + memory: "512Mi" requests: memory: "100Mi" cpu: "100m"