Skip to content

Commit

Permalink
Introduce more generous resource requests and remove duplicate file
Browse files Browse the repository at this point in the history
Signed-off-by: davidmirror-ops <david.espejo@union.ai>
  • Loading branch information
davidmirror-ops committed Jul 29, 2024
1 parent 30d3314 commit 3603353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 129 deletions.
123 changes: 0 additions & 123 deletions charts/flyte-binary/eks-production.yaml

This file was deleted.

10 changes: 4 additions & 6 deletions charts/flyte-binary/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,10 @@ deployment:
# lifecycleHooks Specify hooks to run in Flyte container before or after startup
lifecycleHooks: {}
# resources Resource limits and requests for Flyte container
# Uncomment and update to specify resources for deployment
# resources:
# limits:
# memory: 1Gi
# requests:
# cpu: 1
resources:
requests:
cpu: "4"
memory: "4G"
# podSecurityContext Specify security context for Flyte pod
# See: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
podSecurityContext:
Expand Down

0 comments on commit 3603353

Please sign in to comment.