From 44768c5edb2a867dc326d618dc68b5e7d7f752b6 Mon Sep 17 00:00:00 2001 From: Kind Jeff Date: Thu, 10 Aug 2023 17:31:33 +0800 Subject: [PATCH] fix: incr resource limit --- deploy/prod/deploy.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/prod/deploy.yaml b/deploy/prod/deploy.yaml index a23c195d..dff24098 100644 --- a/deploy/prod/deploy.yaml +++ b/deploy/prod/deploy.yaml @@ -5,7 +5,7 @@ metadata: namespace: crossbell spec: progressDeadlineSeconds: 600 - replicas: 2 + replicas: 3 revisionHistoryLimit: 10 selector: matchLabels: @@ -43,11 +43,11 @@ spec: protocol: TCP resources: requests: - memory: '100Mi' - cpu: '100m' - limits: memory: '800Mi' - cpu: '200m' + cpu: '50m' + limits: + memory: '2500Mi' + cpu: '500m' terminationMessagePath: /dev/termination-log terminationMessagePolicy: File livenessProbe: