fix: bump Spot bid prices (eu-west-1 minimums higher than expected)
This commit is contained in:
@@ -100,11 +100,11 @@ type spotConfig struct {
|
||||
}
|
||||
|
||||
var labelToSpot = map[string]spotConfig{
|
||||
"go": {InstanceType: "t3.small", MaxPrice: "0.008"},
|
||||
"node": {InstanceType: "t3.small", MaxPrice: "0.008"},
|
||||
"docker": {InstanceType: "t3.medium", MaxPrice: "0.016"},
|
||||
"deploy": {InstanceType: "t3.micro", MaxPrice: "0.004"},
|
||||
"godot": {InstanceType: "t3.medium", MaxPrice: "0.016"},
|
||||
"go": {InstanceType: "t3.small", MaxPrice: "0.02"},
|
||||
"node": {InstanceType: "t3.small", MaxPrice: "0.02"},
|
||||
"docker": {InstanceType: "t3.medium", MaxPrice: "0.04"},
|
||||
"deploy": {InstanceType: "t3.micro", MaxPrice: "0.01"},
|
||||
"godot": {InstanceType: "t3.medium", MaxPrice: "0.04"},
|
||||
}
|
||||
|
||||
// --- Config from env ---
|
||||
|
||||
Reference in New Issue
Block a user