From 2c1dff6764483fe8711a09f15eee66dbb3ad6c50 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Tue, 8 Jul 2025 15:52:46 +0200 Subject: [PATCH] Fixed limits. --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 3a02ea6..7908c0c 100644 --- a/values.yaml +++ b/values.yaml @@ -11,5 +11,5 @@ ingress: resources: limits: - cpu: 100m - memory: 60Mi + cpu: 150m + memory: 128Mi