forked from jenkins-x-terraform/terraform-jx-azure
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.auto.tfvars
More file actions
80 lines (70 loc) · 3.04 KB
/
values.auto.tfvars
File metadata and controls
80 lines (70 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
jx_git_url = "https://github.com/spring-financial-group/JX3_Azure_Vault_Dev_Cluster"
cluster_name = "jx3-mqube-build"
location = "uksouth"
network_resource_group_name = "mqubejx3build-network_rsg"
cluster_resource_group_name = "mqubejx3build-cluster_rsg"
cluster_node_resource_group_name = "jx3build-cluster-nodes-rsg"
network_name = "jx3-build-networks"
apex_domain_integration_enabled = true
apex_domain = "mqube.build"
subdomain = "jx"
apex_resource_group_name = "jx3build-apex-dns-rsg"
dns_resource_group_name = "jx3build-dns-rsg"
key_vault_enabled = false
key_vault_resource_group_name = "jx3key-vault-rsg"
key_vault_name = "k8secrets-vault"
cluster_version = "1.34.4"
orchestrator_version = "1.34.4"
azure_policy_bool = false
enable_cluster_user_rbac = true
cost_analysis_bool = true
acr_enabled = true
enable_dev_acr_pull = true
install_kuberhealthy = true
enable_acr_chart_registry = true
enable_mqube_tech_acr_readonly = false
dns_resources_enabled = true
default_suk_bool = true
enable_defender_analytics = true
enable_auto_upgrades = true
oss_acr_enabled = true
oss_acr_pull_enabled = false
enable_node_zone_spanning = false
cluster_managed_outbound_ip_count = 2
enable_loadbalancer_outbound_ports_allocation = false
cluster_loadbalancer_idle_timeout_in_minutes = 10
# Machines
min_node_count = 5
max_node_count = 30
node_size = "Standard_D8s_v5"
# Ml nodes
use_spot_ml = true
ml_node_size = "Standard_NV24s_v3"
min_ml_node_count = 2
max_ml_node_count = 6
# LLM nodes
use_spot_llm = true
llm_node_size = "Standard_NC40ads_H100_v5"
min_llm_node_count = 0
max_llm_node_count = 2
# Build Spot Nodes
use_spot = true
build_node_size = "Standard_D8s_v5"
min_build_node_count = 1
max_build_node_count = 10
#Infra Node
use_spot_infra = false
infra_node_size = "Standard_D8s_v5"
min_infra_node_count = 3
max_infra_node_count = 6
# MLbuild Node
use_spot_mlbuild = true
mlbuild_node_size = "Standard_NC4as_T4_v3"
min_mlbuild_node_count = 0
max_mlbuild_node_count = 2
# Bot stuff in now in terraform
# External registry not used at the moment
external_registry_url = ""
oss_registry_name = "mqubeoss"
oss_registry_resource_group = "rg-registry-jx3-mqube-build"
server_side_apply_enabled = false