Skip to content

Commit 3d3514f

Browse files
committed
port number for orchestrator proxy in nomad
1 parent db1dac8 commit 3d3514f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ module "nomad" {
216216

217217
# Orchestrator
218218
orchestrator_port = var.orchestrator_port
219+
orchestrator_proxy_port = var.orchestrator_proxy_port
219220
fc_env_pipeline_bucket_name = module.buckets.fc_env_pipeline_bucket_name
220221

221222
# Template manager

variables.tf

+5
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ variable "orchestrator_port" {
159159
default = 5008
160160
}
161161

162+
variable "orchestrator_proxy_port" {
163+
type = number
164+
default = 5007
165+
}
166+
162167
variable "template_manager_port" {
163168
type = number
164169
default = 5009

0 commit comments

Comments
 (0)