Skip to content

Commit

Permalink
update dp migrator config
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Dec 24, 2024
1 parent 3ef4c4b commit 1b48fa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 9c-main/multiplanetary/network/9c-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,12 @@ dataProviderDailyMetric:
enabled: true

nodeSelector:
eks.amazonaws.com/nodegroup: 9c-main-spot_2c
eks.amazonaws.com/nodegroup: 9c-main-spot-2xl_2c

resources:
requests:
cpu: '3'
memory: 28Gi
cpu: '5'
memory: 56Gi

dataProvider:
enabled: true
Expand Down
2 changes: 2 additions & 0 deletions charts/all-in-one/templates/dp-user-migrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ spec:
- $(DP_SLACK_CHANNEL)
- --network
- $(DP_NETWORK)
- --bulk-files-folder
- /data
command:
- dotnet
env:
Expand Down

0 comments on commit 1b48fa4

Please sign in to comment.