diff --git a/vars-deployment.json b/vars-deployment.json index ca0b9a5a93db955ed2a42c4c561879d7a9680124..a657cec184f18139ba24075b75ec84649521e546 100644 --- a/vars-deployment.json +++ b/vars-deployment.json @@ -24,27 +24,27 @@ "values": [ { "name": "DEV1-S", - "description": "2 vCPU, 2 Go RAM, ~0.0137€/h" + "description": "2 vCPU, 2 Go RAM" }, { "name": "DEV1-M", - "description": "3 vCPU, 4 Go RAM, ~0.0256€/h" + "description": "3 vCPU, 4 Go RAM" }, { "name": "DEV1-L", - "description": "4 vCPU, 8 Go RAM, ~0.0495€/h" + "description": "4 vCPU, 8 Go RAM" }, { "name": "DEV1-XL", - "description": "4 vCPU, 12 Go RAM, ~0.0731€/h" + "description": "4 vCPU, 12 Go RAM" }, { "name": "GP1-XS", - "description": "4 vCPU, 16 Go RAM, ~0.1016€/h" + "description": "4 vCPU, 16 Go RAM" }, { "name": "GP1-S", - "description": "8 vCPU, 32 Go RAM, ~0.2042€/h" + "description": "8 vCPU, 32 Go RAM" } ] }