feat: increase mem limit
This commit is contained in:
parent
c70cb7a8cd
commit
94ac45d160
|
|
@ -27,10 +27,10 @@ spec:
|
|||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
memory: "200Mi"
|
||||
memory: "400Mi"
|
||||
cpu: "150m"
|
||||
limits:
|
||||
memory: "500Mi"
|
||||
memory: "1000Mi"
|
||||
cpu: "500m"
|
||||
terminationMessagePath: /dev/termination-log
|
||||
terminationMessagePolicy: File
|
||||
|
|
|
|||
|
|
@ -33,10 +33,10 @@ spec:
|
|||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
memory: "200Mi"
|
||||
memory: "500Mi"
|
||||
cpu: "150m"
|
||||
limits:
|
||||
memory: "500Mi"
|
||||
memory: "1500Mi"
|
||||
cpu: "500m"
|
||||
terminationMessagePath: /dev/termination-log
|
||||
terminationMessagePolicy: File
|
||||
|
|
|
|||
Loading…
Reference in New Issue