Skip to content

Commit

Permalink
chore(autoscaling): set minimum nodes to 0 (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Paskal <[email protected]>
  • Loading branch information
maksim-paskal authored Nov 21, 2023
1 parent 1f91336 commit 3e2552b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func getDefaultClusterAutoscaler() map[interface{}]interface{} {
server,
location,
),
MinSize: 1,
MinSize: 0,
MaxSize: workersCount,
})
}
Expand Down

0 comments on commit 3e2552b

Please sign in to comment.