From c8562134b6a0a0016e7ba55442021665622c0421 Mon Sep 17 00:00:00 2001 From: "jona.klaess" Date: Thu, 11 Jun 2026 16:12:11 +0200 Subject: [PATCH] increase cpu for backend --- ptp-chat/ptp-chat-backend.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ptp-chat/ptp-chat-backend.yaml b/ptp-chat/ptp-chat-backend.yaml index 8e11d95..e467587 100644 --- a/ptp-chat/ptp-chat-backend.yaml +++ b/ptp-chat/ptp-chat-backend.yaml @@ -38,10 +38,10 @@ spec: resources: requests: memory: 0.4Gi - cpu: 0.01 + cpu: 0.02 limits: memory: 0.8Gi - cpu: 0.05 + cpu: 0.1 readinessProbe: httpGet: path: /actuator/health