mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Fix Comment in Helm Charts values.yaml (#31854)
This commit is contained in:
parent
da9bac09eb
commit
2e47a03128
1 changed files with 2 additions and 2 deletions
|
|
@ -13,10 +13,10 @@ serviceAnnotations: {} # Additional annotations to add to the Fleet service
|
|||
serviceAccountAnnotations: {} # Additional annotations to add to the Fleet service account
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1 # 1GHz
|
||||
cpu: 1 # 1 CPU Core
|
||||
memory: 4Gi
|
||||
requests:
|
||||
cpu: 0.1 # 100Mhz
|
||||
cpu: 0.1 # 0.1 CPU Core
|
||||
memory: 50Mi
|
||||
|
||||
# Node labels for pod assignment
|
||||
|
|
|
|||
Loading…
Reference in a new issue