feat: increase xlog replicas and mem limit
This commit is contained in:
parent
48fafcfcd6
commit
2873f943f5
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
namespace: crossbell
|
||||
spec:
|
||||
maxReplicas: 8
|
||||
minReplicas: 4
|
||||
minReplicas: 5
|
||||
scaleTargetRef:
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
|
|
|||
Loading…
Reference in New Issue