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:
|
||||
limits:
|
||||
cpu: 15
|
||||
memory: 55Gi
|
||||
memory: 45Gi
|
||||
requests:
|
||||
cpu: 15
|
||||
memory: 55Gi
|
||||
memory: 45Gi
|
||||
volumeMounts:
|
||||
- name: nfs-pvc
|
||||
mountPath: /mnt/nfs
|
||||
|
|
Loading…
Reference in a new issue