chore(n8n): update n8n job spec to use port 443 for HTTP service
This commit is contained in:
parent
83ee33309c
commit
57d4df8402
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ job "n8n" {
|
|||
network {
|
||||
mode = "bridge"
|
||||
port "http" {
|
||||
to = 5678
|
||||
to = 443
|
||||
}
|
||||
port "envoy_metrics" {
|
||||
to = 9102
|
||||
|
@ -14,7 +14,7 @@ job "n8n" {
|
|||
|
||||
service {
|
||||
provider = "consul"
|
||||
port = "5678"
|
||||
port = "443"
|
||||
|
||||
meta {
|
||||
envoy_metrics_port = "${NOMAD_HOST_PORT_envoy_metrics}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue