lower memory requirements for agent
This commit is contained in:
parent
5370c990f0
commit
3078056d6f
1 changed files with 2 additions and 2 deletions
|
@ -178,10 +178,10 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 15
|
cpu: 15
|
||||||
memory: 55Gi
|
memory: 45Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: 15
|
cpu: 15
|
||||||
memory: 55Gi
|
memory: 45Gi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nfs-pvc
|
- name: nfs-pvc
|
||||||
mountPath: /mnt/nfs
|
mountPath: /mnt/nfs
|
||||||
|
|
Loading…
Reference in a new issue