@@ -18,25 +18,25 @@ resource "castai_node_template" "default_by_castai" {
1818 }
1919
2020 constraints {
21- on_demand = true
22- spot = false
23- use_spot_fallbacks = true
24- fallback_restore_rate_seconds = 300
25- enable_spot_diversity = true
26- spot_diversity_price_increase_limit_percent = 20
27- spot_interruption_predictions_enabled = true
28- spot_interruption_predictions_type = " aws-rebalance-recommendations"
29- compute_optimized_state = " disabled"
30- storage_optimized_state = " disabled"
31- is_gpu_only = false
32- min_cpu = 2
33- max_cpu = 8
34- min_memory = 4096
35- max_memory = 16384
36- architectures = [" amd64" ]
37- azs = [" us-east-2a" , " us-east-2b" ]
38- burstable_instances = " disabled"
39- customer_specific = " disabled"
21+ on_demand = true
22+ spot = false
23+ use_spot_fallbacks = true
24+ fallback_restore_rate_seconds = 300
25+ enable_spot_reliability = true
26+ spot_reliabiliy_price_increase_limit_percent = 20
27+ spot_interruption_predictions_enabled = true
28+ spot_interruption_predictions_type = " aws-rebalance-recommendations"
29+ compute_optimized_state = " disabled"
30+ storage_optimized_state = " disabled"
31+ is_gpu_only = false
32+ min_cpu = 2
33+ max_cpu = 8
34+ min_memory = 4096
35+ max_memory = 16384
36+ architectures = [" amd64" ]
37+ azs = [" us-east-2a" , " us-east-2b" ]
38+ burstable_instances = " disabled"
39+ customer_specific = " disabled"
4040
4141 instance_families {
4242 include = [" c5" ]
0 commit comments