diff --git a/deploy/prod/deploy.yaml b/deploy/prod/deploy.yaml index 1fb58dcb..529add8c 100644 --- a/deploy/prod/deploy.yaml +++ b/deploy/prod/deploy.yaml @@ -5,7 +5,7 @@ metadata: namespace: crossbell spec: progressDeadlineSeconds: 600 - replicas: 4 + replicas: 5 revisionHistoryLimit: 5 selector: matchLabels: @@ -33,10 +33,10 @@ spec: protocol: TCP resources: requests: - memory: "500Mi" + memory: "1000Mi" cpu: "150m" limits: - memory: "1500Mi" + memory: "2000Mi" cpu: "500m" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File diff --git a/deploy/prod/hpa.yaml b/deploy/prod/hpa.yaml index 233ecdfc..0a574a6d 100644 --- a/deploy/prod/hpa.yaml +++ b/deploy/prod/hpa.yaml @@ -5,7 +5,7 @@ metadata: namespace: crossbell spec: maxReplicas: 8 - minReplicas: 4 + minReplicas: 5 scaleTargetRef: apiVersion: apps/v1 kind: Deployment