Skip to content

Commit

Permalink
Update port mappings for CEU and CHD
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Jun 18, 2021
1 parent 24f580c commit 65f48ca
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 65f48ca

Please sign in to comment.