fix: CRW-2383 bump memory limit to 5Gi in 7.36.x (#1151)
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>7.36.x
parent
ebdec42029
commit
44d1e69810
|
|
@ -963,7 +963,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 2.5Gi
|
||||
memory: 5Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
||||
|
|
|
|||
|
|
@ -1010,7 +1010,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 2.5Gi
|
||||
memory: 5Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
||||
|
|
|
|||
|
|
@ -256,7 +256,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 2.5Gi
|
||||
memory: 5Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
||||
|
|
|
|||
Loading…
Reference in New Issue