Skip to content

Commit

Permalink
LB: Fix notebook configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dnillovna committed Oct 21, 2024
1 parent fa7ea01 commit 5908e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ locals {
path = "/notebook/api"
matcher = "200"
}
priority = 1
priority = 2
conditions = [{ path_pattern = { values = ["/notebook/*"] } }]
},
jnH = {
Expand All @@ -57,7 +57,7 @@ locals {
path = "/notebook/helper/info"
matcher = "200"
}
priority = 2
priority = 1
conditions = [{ path_pattern = { values = ["/notebook/helper/*"] } }]
}
}
Expand Down

0 comments on commit 5908e8c

Please sign in to comment.