Skip to content

Commit

Permalink
fix n4 price format
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang04 committed Mar 12, 2024
1 parent 1e60778 commit a6eb682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/cloudprovider/gce/gce_price_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ var (
"n1": 0.031611,
"n2": 0.031611,
"n2d": 0.027502,
"n4": 0.030821,
"n4": 0.030821,
"t2d": 0.027502,
"z3": 0.04965,
}
Expand Down

0 comments on commit a6eb682

Please sign in to comment.