Update rendered example

This commit is contained in:
Daniel Berteaud 2024-02-13 09:38:01 +01:00
parent 99cd6280ee
commit cf4f4da80b
1 changed files with 4 additions and 0 deletions

View File

@ -30,10 +30,14 @@ job "vaultwarden" {
upstreams {
destination_name = "smtp"
local_bind_port = 25
# Work arround, see https://github.com/hashicorp/nomad/issues/18538
destination_type = "service"
}
upstreams {
destination_name = "postgres"
local_bind_port = 5432
# Work arround, see https://github.com/hashicorp/nomad/issues/18538
destination_type = "service"
}
}
}