From 7fc68949196c868f5a002bba2363dd5e3ca22dc2 Mon Sep 17 00:00:00 2001 From: titver968 Date: Fri, 24 Oct 2025 11:18:32 +0200 Subject: [PATCH] plane worket memory limits 8Gi --- argocd/apps/plane/values-plane.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index b34a207..e709114 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -74,10 +74,10 @@ spec: concurrency: 1 resources: requests: - memory: "2Gi" + memory: "4Gi" cpu: "500m" limits: - memory: "6Gi" + memory: "8Gi" cpu: "2000m" # Vereinfachte Health Checks readinessProbe: