Fix: increase pod memory limits to prevent OOM kills
This commit is contained in:
@@ -115,11 +115,11 @@ spec:
|
|||||||
key: SERVICE_ACCOUNT_NAME
|
key: SERVICE_ACCOUNT_NAME
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 100m
|
||||||
memory: 64Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 200m
|
cpu: 500m
|
||||||
memory: 256Mi
|
memory: 512Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: reports
|
- name: reports
|
||||||
mountPath: /tmp/reports
|
mountPath: /tmp/reports
|
||||||
|
|||||||
Reference in New Issue
Block a user