Skip to content

Commit

Permalink
Merge pull request #2278 from area363/update-241224
Browse files Browse the repository at this point in the history
update dp migrator config
  • Loading branch information
area363 authored Dec 24, 2024
2 parents 7def2b2 + 1b48fa4 commit 8b9ce8a
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 8b9ce8a

Please sign in to comment.