mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Give fleet more memory (#7128)
This commit is contained in:
parent
8e554ca832
commit
8b0b885613
1 changed files with 3 additions and 3 deletions
|
|
@ -20,10 +20,10 @@ serviceAccountAnnotations: {} # Additional annotations to add to the Fleet servi
|
|||
resources:
|
||||
limits:
|
||||
cpu: 1 # 1GHz
|
||||
memory: 1Gi
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 0.1 # 100Mhz
|
||||
memory: 50Mi
|
||||
cpu: 1 # 100Mhz
|
||||
memory: 2Gi
|
||||
|
||||
# Node labels for pod assignment
|
||||
# ref: https://kubernetes.io/docs/user-guide/node-selection/
|
||||
|
|
|
|||
Loading…
Reference in a new issue