Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Admin task resources #753

Merged
merged 1 commit into from
Feb 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,7 @@ data:
task_resources:
defaults:
cpu: 100m
memory: 100Mi
memory: 200Mi
storage: 5Mi
limits:
cpu: 2
Expand All @@ -1847,7 +1847,7 @@ data:
gpu: 1
kind: ConfigMap
metadata:
name: flyte-admin-config-k7f4k7g76c
name: flyte-admin-config-5b5g7785h8
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -2426,7 +2426,7 @@ spec:
- emptyDir: {}
name: shared-data
- configMap:
name: flyte-admin-config-k7f4k7g76c
name: flyte-admin-config-5b5g7785h8
name: config-volume
- name: db-pass
secret:
Expand Down Expand Up @@ -2613,7 +2613,7 @@ spec:
name: clusterresource-template-dtg8ff28mt
name: resource-templates
- configMap:
name: flyte-admin-config-k7f4k7g76c
name: flyte-admin-config-5b5g7785h8
name: config-volume
- name: db-pass
secret:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
task_resources:
defaults:
cpu: 100m
memory: 200Mi
storage: 5Mi
limits:
cpu: 2
memory: 8Gi
storage: 20Mi
gpu: 1
1 change: 1 addition & 0 deletions kustomize/overlays/sandbox/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ configMapGenerator:
- behavior: merge
files:
- ./config/admin/db.yaml
- ./config/admin/task_resource_defaults.yaml
- ./config/common/storage.yaml
- ./config/common/logger.yaml
name: flyte-admin-config
Expand Down