diff --git a/deploy/prod/deploy.yaml b/deploy/prod/deploy.yaml index 8752780f..b5103768 100644 --- a/deploy/prod/deploy.yaml +++ b/deploy/prod/deploy.yaml @@ -5,7 +5,7 @@ metadata: namespace: crossbell spec: progressDeadlineSeconds: 600 - replicas: 7 + replicas: 8 revisionHistoryLimit: 5 selector: matchLabels: @@ -46,10 +46,10 @@ spec: protocol: TCP resources: requests: - memory: "3500Mi" + memory: "4000Mi" cpu: "300m" limits: - memory: "5000Mi" + memory: "5500Mi" cpu: "2000m" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File