From 19ab72c2dd971a539dd44790018f4151b305c078 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 7 Jan 2026 14:53:00 +0100 Subject: [PATCH] Limit cpu/ram of gitea --- apps/gitea.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/gitea.yaml b/apps/gitea.yaml index 2ea562f..a3c7070 100644 --- a/apps/gitea.yaml +++ b/apps/gitea.yaml @@ -59,6 +59,13 @@ spec: - hosts: - gitea.sdg.moe secretName: gitea-ssl + resources: + limits: + cpu: 1000m + memory: 512Mi + requests: + cpu: 100m + memory: 512Mi valkey-cluster: enabled: false postgresql-ha: