Skip to content

Commit

Permalink
Merge pull request #27 from companieshouse/feature/chd-ceu-port-mappings
Browse files Browse the repository at this point in the history
Update port mappings for CEU and CHD
  • Loading branch information
marcransome authored Jun 18, 2021
2 parents 24f580c + 65f48ca commit c1ebe2a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions groups/frontend/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,13 @@ variable "tuxedo_services" {
description = "A map whose keys represent server-side tuxedo server groups with nested maps representing individual services by name key and port number value"
default = {
ceu = {
ch = 5000,
img = 5001,
orc = 5002,
ois = 5000,
search = 5001,
},
chd = {
ch = 4000,
img = 4001,
orc = 4002,
ois = 4000,
search = 4001,
chips = 4002,
},
ewf = {
ois = 2000,
Expand Down

0 comments on commit c1ebe2a

Please sign in to comment.