cluster

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

commit 641c0cf40a568671a0e67029b48c7ce0477f366d
parent f94dbd9ff83b3d91572229d3f7fea0ce375c80dd
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sun,  1 Feb 2026 19:30:43 +0100

fix oom

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

Diffstat:
Mapps/talos_cluster/peertube/deployment.yaml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/talos_cluster/peertube/deployment.yaml b/apps/talos_cluster/peertube/deployment.yaml @@ -266,10 +266,10 @@ spec: mountPath: /config resources: requests: - memory: "512Mi" - cpu: "250m" + memory: "1Gi" + cpu: "500m" limits: - memory: "2Gi" + memory: "4Gi" startupProbe: httpGet: path: /api/v1/ping