-
Notifications
You must be signed in to change notification settings - Fork 0
/
terraform.json.example
104 lines (104 loc) · 2.7 KB
/
terraform.json.example
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"cloudwatch_retention": 7,
"cluster_autoscaler_config": {},
"codemeter": "https://www.wibu.com/support/user/user-software/file/download/13346.html?tx_wibudownloads_downloadlist%5BdirectDownload%5D=directDownload&tx_wibudownloads_downloadlist%5BuseAwsS3%5D=0&cHash=8dba7ab094dec6267346f04fce2a2bcd",
"coredns_config": {
"enable": true
},
"ecr_pullthrough_cache_rule_config": {
"enable": false,
"exist": false
},
"enable_aws_for_fluentbit": false,
"enable_ivs": false,
"enable_patching": false,
"gpuNodeCountMax": 12,
"gpuNodeCountMin": 0,
"gpuNodeDiskSize": 100,
"gpuNodePool": false,
"gpuNodeSize": [
"g5.2xlarge"
],
"gpuNvidiaDriverVersion": "535.54.03",
"infrastructurename": "simphera",
"ingress_nginx_config": {
"enable": false
},
"install_schedule": "cron(0 3 * * ? *)",
"ivsGpuNodeCountMax": 2,
"ivsGpuNodeCountMin": 0,
"ivsGpuNodeDiskSize": 100,
"ivsGpuNodePool": false,
"ivsGpuNodeSize": [
"g4dn.2xlarge"
],
"kubernetesVersion": "1.30",
"licenseServer": false,
"linuxExecutionNodeCountMax": 10,
"linuxExecutionNodeCountMin": 0,
"linuxExecutionNodeDiskSize": 200,
"linuxExecutionNodeSize": [
"m6a.4xlarge",
"m5a.4xlarge",
"m5.4xlarge",
"m6i.4xlarge",
"m4.4xlarge",
"m7i.4xlarge",
"m7a.4xlarge"
],
"linuxNodeCountMax": 12,
"linuxNodeCountMin": 1,
"linuxNodeDiskSize": 200,
"linuxNodeSize": [
"m6a.4xlarge",
"m5a.4xlarge",
"m5.4xlarge",
"m6i.4xlarge",
"m4.4xlarge",
"m7i.4xlarge",
"m7a.4xlarge"
],
"maintainance_duration": 3,
"map_accounts": [],
"map_roles": [],
"map_users": [],
"private_subnet_ids": [],
"public_subnet_ids": [],
"rtMaps_link": "http://dl.intempora.com/RTMaps4/rtmaps_4.9.0_ubuntu1804_x86_64_release.tar.bz2",
"s3_csi_config": {
"enable": false
},
"scan_schedule": "cron(0 0 * * ? *)",
"simpheraInstances": {
"production": {
"backup_retention": 35,
"db_instance_type_keycloak": "db.t4g.large",
"db_instance_type_simphera": "db.t4g.large",
"enable_backup_service": true,
"enable_deletion_protection": true,
"enable_keycloak": true,
"k8s_namespace": "simphera",
"name": "production",
"postgresqlApplyImmediately": false,
"postgresqlMaxStorage": 100,
"postgresqlMaxStorageKeycloak": 100,
"postgresqlStorage": 20,
"postgresqlStorageKeycloak": 20,
"postgresqlVersion": "16",
"secretname": "aws-simphera-dev-production"
}
},
"tags": {},
"vpcCidr": "10.1.0.0/18",
"vpcId": null,
"vpcPrivateSubnets": [
"10.1.0.0/22",
"10.1.4.0/22",
"10.1.8.0/22"
],
"vpcPublicSubnets": [
"10.1.12.0/22",
"10.1.16.0/22",
"10.1.20.0/22"
]
}