Skip to content

Commit

Permalink
Update Admin task resources (flyteorg#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu authored Feb 21, 2021
1 parent 72c5705 commit b13de21
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
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

0 comments on commit b13de21

Please sign in to comment.