feat: increase xlog replicas and mem limit

This commit is contained in:
DIYgod 2023-04-17 18:50:52 +01:00
parent 223fec6074
commit 64a1a88731
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ metadata:
namespace: crossbell
spec:
progressDeadlineSeconds: 600
replicas: 5
replicas: 8
revisionHistoryLimit: 5
selector:
matchLabels:
@ -53,11 +53,11 @@ spec:
protocol: TCP
resources:
requests:
memory: "1000Mi"
cpu: "150m"
memory: "1500Mi"
cpu: "200m"
limits:
memory: "2000Mi"
cpu: "1500m"
memory: "2500Mi"
cpu: "2000m"
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:

View File

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