Merge pull request #64 from Crossbell-Box/feat-increase-limit

feat: increase xlog replicas and mem limit
This commit is contained in:
Kind Jeff 2022-11-08 14:59:36 +08:00 committed by GitHub
commit 5314f20037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@ metadata:
namespace: crossbell
spec:
maxReplicas: 8
minReplicas: 4
minReplicas: 5
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment