Skip to content

Commit 4301115

Browse files
committed
chore: update node template example
1 parent 608f0eb commit 4301115

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

docs/resources/node_template.md

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/resources/castai_node_template/resource.tf

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)