Skip to content

Commit

Permalink
Merge pull request #5351 from ministryofjustice/oasys-ptctrn-load-bal…
Browse files Browse the repository at this point in the history
…ancer

correct priority
  • Loading branch information
wullub authored Mar 13, 2024
2 parents e8a1024 + 9574531 commit c25c293
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/environments/oasys/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ locals {
# ]
# }
ptc-web-http-8080 = {
priority = 100
priority = 200
actions = [{
type = "forward"
target_group_name = "ptc-${local.application_name}-web-a-pb-http-8080"
Expand All @@ -427,7 +427,7 @@ locals {
]
}
trn-web-http-8080 = {
priority = 100
priority = 300
actions = [{
type = "forward"
target_group_name = "trn-${local.application_name}-web-a-pb-http-8080"
Expand Down Expand Up @@ -530,7 +530,7 @@ locals {
# ]
# }
ptc-web-http-8080 = {
priority = 100
priority = 200
actions = [{
type = "forward"
target_group_name = "ptc-${local.application_name}-web-a-pv-http-8080"
Expand All @@ -548,7 +548,7 @@ locals {
]
}
trn-web-http-8080 = {
priority = 100
priority = 300
actions = [{
type = "forward"
target_group_name = "ptc-${local.application_name}-web-a-pv-http-8080"
Expand Down

0 comments on commit c25c293

Please sign in to comment.