Skip to content

Commit

Permalink
feat: Benchmark node and label
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Fairbanks <[email protected]>
  • Loading branch information
rossf7 committed Jul 2, 2024
1 parent ac44ff6 commit e8b9477
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions infrastructure/equinix-metal/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,10 @@ variable "worker_nodes" {
},
plan = "m3.small.x86"
},
falco-a = {
benchmark = {
elastic_ip = ""
labels = {
cncf-project = "falco"
cncf-project-sub = "falco-driver-modern-ebpf"
"node-role.kubernetes.io/benchmark" = "true"
},
plan = "m3.small.x86"
}
Expand Down

0 comments on commit e8b9477

Please sign in to comment.