cluster

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

commit 35b1ad1f75a8d4abd2260719bd4ec0c8fc5c7c39
parent be85de034c8bcfc647be2dab50eec21e67c55adc
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed, 18 Feb 2026 21:37:10 +0100

try to fix bookwyrm

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

Diffstat:
Mapps/talos_cluster/bookwyrm/deployment.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/talos_cluster/bookwyrm/deployment.yaml b/apps/talos_cluster/bookwyrm/deployment.yaml @@ -380,7 +380,7 @@ spec: resources: limits: cpu: "500m" - memory: "1Gi" + memory: "2Gi" requests: cpu: 200m memory: 500Mi @@ -536,7 +536,7 @@ spec: resources: limits: cpu: "500m" - memory: "500Mi" + memory: "1024Mi" requests: cpu: 200m memory: 200Mi