chore: update replicas and resource limits in prod deployment.yaml
This commit is contained in:
parent
9b374cc1e4
commit
84728fbfbc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue