feat: increase xlog replicas and mem limit

This commit is contained in:
sljeff 2022-11-08 14:53:18 +08:00
parent 48fafcfcd6
commit 2873f943f5
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