Give fleet more memory (#7128)

This commit is contained in:
Zachary Winnerman 2022-08-09 13:37:37 -04:00 committed by GitHub
parent 8e554ca832
commit 8b0b885613
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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