chore: update replicas and resource limits in prod deployment.yaml

This commit is contained in:
DIYgod 2024-05-24 09:35:39 +08:00
parent 9b374cc1e4
commit 84728fbfbc
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ metadata:
namespace: crossbell
spec:
progressDeadlineSeconds: 600
replicas: 7
replicas: 8
revisionHistoryLimit: 5
selector:
matchLabels:
@ -46,10 +46,10 @@ spec:
protocol: TCP
resources:
requests:
memory: "3500Mi"
memory: "4000Mi"
cpu: "300m"
limits:
memory: "5000Mi"
memory: "5500Mi"
cpu: "2000m"
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File