Skip to content

Commit

Permalink
Helm - Improve getting started experience
Browse files Browse the repository at this point in the history
Based on the following kustomize change:
- fbe7e68 Improve getting started experience (flyteorg#694)

Signed-off-by: Sören Brunk <[email protected]>
  • Loading branch information
sbrunk committed Apr 12, 2021
1 parent b540c38 commit 3a68866
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
11 changes: 6 additions & 5 deletions helm/values-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,13 +378,14 @@ configmap:
task_resource_defaults:
task_resources:
defaults:
cpu: 100m
cpu: 1000m
memory: 1000Mi
storage: 5Mi
storage: 1000Mi
limits:
cpu: 15000m
memory: 100Gi
storage: 400Gi
cpu: 2
memory: 8Gi
storage: 2000Mi
gpu: 1

admin:
event:
Expand Down
9 changes: 5 additions & 4 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -473,12 +473,13 @@ configmap:
task_resources:
defaults:
cpu: 100m
memory: 1000Mi
memory: 100Mi
storage: 5Mi
limits:
cpu: 15000m
memory: 100Gi
storage: 400Gi
cpu: 2
memory: 8Gi
storage: 20Mi
gpu: 1

# Admin configuration
admin:
Expand Down

0 comments on commit 3a68866

Please sign in to comment.