Skip to content

Commit 7405ab5

Browse files
committed
feat: quick fix in health API path and DB scaling
Signed-off-by: Maciej Murawski <maciej.murawski@nordcloud.com>
1 parent 18fba51 commit 7405ab5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

infrastructure/tf-core/environments/development.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function_apps = {
173173
remote_debugging_enabled = false
174174
storage_uses_managed_identity = null
175175
worker_32bit = false
176-
health_check_path = "api/health"
176+
health_check_path = "/api/health"
177177

178178
fa_config = {
179179
ReceiveCaasFile = {
@@ -1143,7 +1143,7 @@ sqlserver = {
11431143
licence_type = "LicenseIncluded"
11441144
max_gb = 30
11451145
read_scale = false
1146-
sku = "S7"
1146+
sku = "S1"
11471147
storage_account_type = "Local"
11481148
zone_redundant = false
11491149
}

infrastructure/tf-core/environments/integration.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ sqlserver = {
10751075
licence_type = "LicenseIncluded"
10761076
max_gb = 5
10771077
read_scale = false
1078-
sku = "S7"
1078+
sku = "S1"
10791079
storage_account_type = "Local"
10801080
zone_redundant = false
10811081
}

infrastructure/tf-core/environments/nft.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ sqlserver = {
10761076
licence_type = "LicenseIncluded"
10771077
max_gb = 10
10781078
read_scale = false
1079-
sku = "S7"
1079+
sku = "S1"
10801080
storage_account_type = "Local"
10811081
zone_redundant = false
10821082
}

0 commit comments

Comments
 (0)