Fix Comment in Helm Charts values.yaml (#31854)

This commit is contained in:
Daniel Seifert 2025-08-13 14:52:15 +02:00 committed by GitHub
parent da9bac09eb
commit 2e47a03128
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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