Skip to content

Commit

Permalink
Merge pull request #2131 from area363/update-24102802
Browse files Browse the repository at this point in the history
adjust cpu request for spot nodegroup
  • Loading branch information
area363 authored Oct 28, 2024
2 parents 87874e7 + 6d1058c commit 54109c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 9c-main/multiplanetary/network/9c-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ dataProvider:

resources:
requests:
cpu: '2'
cpu: '1'
memory: 10Gi

env:
Expand Down
6 changes: 3 additions & 3 deletions 9c-main/multiplanetary/network/heimdall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ snapshot:

resources:
requests:
cpu: '2'
cpu: '1'
memory: 10Gi

nodeSelector:
Expand Down Expand Up @@ -308,7 +308,7 @@ dataProviderDataMigrator:

resources:
requests:
cpu: '2'
cpu: '1'
memory: 10Gi

storage: 300Gi
Expand All @@ -323,7 +323,7 @@ dataProvider:

resources:
requests:
cpu: '2'
cpu: '1'
memory: 10Gi

env:
Expand Down

0 comments on commit 54109c2

Please sign in to comment.