Update rendered example

This commit is contained in:
Daniel Berteaud 2024-02-13 09:43:12 +01:00
parent ef0e75568b
commit c6161d6205
1 changed files with 4 additions and 2 deletions

View File

@ -28,13 +28,15 @@ job "bookstack" {
proxy {
upstreams {
destination_name = "mariadb"
destination_type = "service"
local_bind_port = 3306
# Work arround, see https://github.com/hashicorp/nomad/issues/18538
destination_type = "service"
}
upstreams {
destination_name = "smtp"
destination_type = "service"
local_bind_port = 25
# Work arround, see https://github.com/hashicorp/nomad/issues/18538
destination_type = "service"
}
}
}