Skip to content

Commit

Permalink
Update default RAM Request for tasks in sandbox (flyteorg#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu authored Feb 20, 2021
1 parent 81a5c54 commit 72c5705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,7 @@ data:
- FLYTE_AWS_ACCESS_KEY_ID: minio
- FLYTE_AWS_SECRET_ACCESS_KEY: miniostorage
default-cpus: 100m
default-memory: 100Mi
default-memory: 200Mi
logger.yaml: |
logger:
show-source: true
Expand Down Expand Up @@ -1962,7 +1962,7 @@ data:
kubernetes-url: "http://localhost:30082"
kind: ConfigMap
metadata:
name: flyte-propeller-config-7gt47kf8m5
name: flyte-propeller-config-94gbkmm6cm
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -2510,7 +2510,7 @@ spec:
serviceAccountName: flytepropeller
volumes:
- configMap:
name: flyte-propeller-config-7gt47kf8m5
name: flyte-propeller-config-94gbkmm6cm
name: config-volume
---
apiVersion: apps/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ plugins:
- FLYTE_AWS_ACCESS_KEY_ID: minio
- FLYTE_AWS_SECRET_ACCESS_KEY: miniostorage
default-cpus: 100m
default-memory: 100Mi
default-memory: 200Mi

0 comments on commit 72c5705

Please sign in to comment.