Explorar el Código

730 hours a month

Matt Bolt hace 6 años
padre
commit
d35ea56523
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pkg/cloud/azureprovider.go

+ 1 - 1
pkg/cloud/azureprovider.go

@@ -409,7 +409,7 @@ func (az *Azure) DownloadPricingData() error {
 							priceInUsd += *rate
 						}
 						// rate is in GB per month, resolve to GB per hour
-						pricePerHour := priceInUsd / 720.0
+						pricePerHour := priceInUsd / 730.0
 						priceStr := fmt.Sprintf("%f", pricePerHour)
 
 						key := region + "," + storageClass