From 9694ae0289aeaf03821e871715ceba910b9ac466 Mon Sep 17 00:00:00 2001 From: Zpekii <3156752796@qq.com> Date: Sun, 25 Jan 2026 16:40:11 +0800 Subject: [PATCH] chore: edit request resources --- deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index fd2f701..1f59e39 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -37,11 +37,11 @@ spec: imagePullPolicy: IfNotPresent resources: requests: - memory: "128Mi" - cpu: "500m" + memory: "5Mi" + cpu: "10m" limits: - memory: "128Mi" - cpu: "500m" + memory: "50Mi" + cpu: "100m" ports: - containerPort: 8800 volumeMounts: