Skip to content

Commit 3df393e

Browse files
committed
switch template manager to same port as supported by orchestrator
1 parent d935fac commit 3df393e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ variable "orchestrator_proxy_port" {
150150

151151
variable "template_manager_port" {
152152
type = number
153-
default = 5009
153+
default = 5008 // we want to use the same port for both because of edge api
154154
}
155155

156156
variable "environment" {

0 commit comments

Comments
 (0)