Skip to content

Commit

Permalink
chore: reduce bootstrap node resources in Sfyra
Browse files Browse the repository at this point in the history
After we scaled down requests for our components, we can provision
smaller bootstrap node where CAPI gets installed.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed May 17, 2021
1 parent 7f3b4b8 commit 5266a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sfyra/cmd/sfyra/cmd/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ func DefaultOptions() Options {
ManagementSetName: "sfyra-management",
ManagementNodes: 4,

BootstrapMemMB: 4096,
BootstrapCPUs: 5,
BootstrapMemMB: 3072,
BootstrapCPUs: 3,
BootstrapDiskGB: 6,

ManagementMemMB: 2048,
Expand Down

0 comments on commit 5266a76

Please sign in to comment.