diff --git a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/values.yaml b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/values.yaml index ecbca5f593..2b94243cf0 100644 --- a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/values.yaml +++ b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/fleet/values.yaml @@ -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/