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