From 96701172861778749ece0c2d82d13a4e6d33a4ae Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sat, 7 Oct 2023 18:15:26 +0800 Subject: [PATCH] chore: request more k8s memory --- deploy/dev/deploy.yaml | 4 ++-- deploy/prod/deploy.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/dev/deploy.yaml b/deploy/dev/deploy.yaml index ab85389e..f21a9625 100644 --- a/deploy/dev/deploy.yaml +++ b/deploy/dev/deploy.yaml @@ -51,10 +51,10 @@ spec: protocol: TCP resources: requests: - memory: "2500Mi" + memory: "3500Mi" cpu: "300m" limits: - memory: "4000Mi" + memory: "5000Mi" cpu: "2000m" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File diff --git a/deploy/prod/deploy.yaml b/deploy/prod/deploy.yaml index b90df948..701ce93a 100644 --- a/deploy/prod/deploy.yaml +++ b/deploy/prod/deploy.yaml @@ -5,7 +5,7 @@ metadata: namespace: crossbell spec: progressDeadlineSeconds: 600 - replicas: 15 + replicas: 10 revisionHistoryLimit: 5 selector: matchLabels: @@ -51,10 +51,10 @@ spec: protocol: TCP resources: requests: - memory: "2500Mi" + memory: "3500Mi" cpu: "300m" limits: - memory: "4000Mi" + memory: "5000Mi" cpu: "2000m" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File