Skip to content

Commit

Permalink
change nodeport default price (#4429)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 committed Dec 18, 2023
1 parent b9a7ed7 commit 38ec5da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/pkg/resources/resources.go
Expand Up @@ -267,8 +267,8 @@ var DefaultPropertyTypeList = []PropertyType{
Name: "services.nodeports",
Enum: 4,
PriceType: AVG,
UnitPrice: 500,
ViewPrice: 500000,
UnitPrice: 10,
ViewPrice: 10000,
UnitString: "1",
},
}
Expand Down

0 comments on commit 38ec5da

Please sign in to comment.