Skip to content

Commit

Permalink
set default compute plane on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jdongo-aneo committed Dec 30, 2024
1 parent bfd709f commit 719bfec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions infrastructure/quick-deploy/aws/parameters.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,7 @@ compute_plane = {
# Default partition that uses the C# extension for the worker
default = {
node_selector = {
platform = "windows"
"kubernetes.io/os" = "windows"
"kubernetes.io/arch" = "amd64"
service = "workers"
}
# number of replicas for each deployment of compute plane
replicas = 1
Expand Down

0 comments on commit 719bfec

Please sign in to comment.