From 5908e8cf6cafbfdfe389b0704008418592699a28 Mon Sep 17 00:00:00 2001 From: Sofia Podolsky Date: Mon, 21 Oct 2024 18:12:40 +0300 Subject: [PATCH] LB: Fix notebook configuration --- aws/common.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/common.tf b/aws/common.tf index 8a1ff81..fc11761 100644 --- a/aws/common.tf +++ b/aws/common.tf @@ -42,7 +42,7 @@ locals { path = "/notebook/api" matcher = "200" } - priority = 1 + priority = 2 conditions = [{ path_pattern = { values = ["/notebook/*"] } }] }, jnH = { @@ -57,7 +57,7 @@ locals { path = "/notebook/helper/info" matcher = "200" } - priority = 2 + priority = 1 conditions = [{ path_pattern = { values = ["/notebook/helper/*"] } }] } }