From 867a0bb4a78a2eff53b5cadbd76de857a7981c42 Mon Sep 17 00:00:00 2001 From: "ruth.bovell" Date: Fri, 29 Aug 2025 10:36:02 +0100 Subject: [PATCH 1/4] bump readme to create PR for testing --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2541693fd6..98c982aae8 100644 --- a/README.md +++ b/README.md @@ -545,7 +545,6 @@ A connection string is used to connect to App Insights. This is configured to re Connecting to App Insights locally is possible, although a bit fiddly. The easiest way is to get the connection string from Azure, set it as an environment variable (`APPLICATIONINSIGHTS_CONNECTION_STRING`), and add the Java agent as a VM argument. You'll also need to remove or comment out the connection string line in the config file. - ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details From 06436b6f045ee49a67b1692db29efadd17c7ae5e Mon Sep 17 00:00:00 2001 From: PRE DevOps <138598290+pre-devops@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:44:09 +0000 Subject: [PATCH 2/4] Bump APIm revision to 120 --- infrastructure/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/main.tf b/infrastructure/main.tf index fb15bf0b70..5d1d6116e1 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -10,7 +10,7 @@ locals { env_to_deploy = 1 env_long_name = var.env == "sbox" ? "sandbox" : var.env == "stg" ? "staging" : var.env apim_service_url = var.env == "prod" ? "https://pre-api.platform.hmcts.net" : "https://pre-api.${local.env_long_name}.platform.hmcts.net" - api_revision = "118" + api_revision = "120" } data "azurerm_client_config" "current" {} @@ -42,7 +42,7 @@ module "pre_api" { api_mgmt_rg = "ss-${var.env}-network-rg" api_mgmt_name = "sds-api-mgmt-${var.env}" display_name = "Pre Recorded Evidence API" - revision = local.api_revision + revision = local.api_revision"120 product_id = module.pre_product[0].product_id path = "pre-api" service_url = local.apim_service_url From f8658887b693c8038100f72e477fdf01e05cf678 Mon Sep 17 00:00:00 2001 From: "ruth.bovell" Date: Fri, 29 Aug 2025 12:41:20 +0100 Subject: [PATCH 3/4] try and make two pods for PR --- charts/pre-api/values.dev.template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/pre-api/values.dev.template.yaml b/charts/pre-api/values.dev.template.yaml index f931365e36..756eb56381 100644 --- a/charts/pre-api/values.dev.template.yaml +++ b/charts/pre-api/values.dev.template.yaml @@ -1,4 +1,5 @@ java: + replicas: 2 devmemoryLimits: '3Gi' devmemoryRequests: '3Gi' postgresql: From 9d68e0fae019a7c5f9c6331382e9ea5449e0a234 Mon Sep 17 00:00:00 2001 From: "ruth.bovell" Date: Fri, 29 Aug 2025 16:36:38 +0100 Subject: [PATCH 4/4] remove pre-bot addition --- infrastructure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/main.tf b/infrastructure/main.tf index 5d1d6116e1..eddbbe7937 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -42,7 +42,7 @@ module "pre_api" { api_mgmt_rg = "ss-${var.env}-network-rg" api_mgmt_name = "sds-api-mgmt-${var.env}" display_name = "Pre Recorded Evidence API" - revision = local.api_revision"120 + revision = local.api_revision product_id = module.pre_product[0].product_id path = "pre-api" service_url = local.apim_service_url