kyma-project / price-calculator

https://kyma-project.github.io/price-calculator/
Apache License 2.0
1 stars 6 forks source link

Price calculator supports 2CPU / 8GiB Machine Types #38

Closed PK85 closed 8 months ago

PK85 commented 8 months ago

Description

In this story Introduce 2 CPU / 8 GiB RAM machine types for aws, gcp, azure, ccee we have new smaller machine types available (which are default ones) and now we need adjust price calculator.

Reasons

Show smaller prices for customers in the price calculator.

varbanv commented 8 months ago

When we calculate the cost for the smaller nodes, we need to take the Gardener cost into consideration. Thus, we can't set the multiplier for the new nodes to 0.5 but to 0.75 instead.

mrCherry97 commented 8 months ago

okay, I pushed the changes, @varbanv please review this PR: https://github.com/kyma-project/price-calculator/pull/39 and approve if values are okay