Update rendered example

This commit is contained in:
Daniel Berteaud 2024-02-13 09:42:29 +01:00
parent 9ad247b9ee
commit b5bcbd951f
1 changed files with 2 additions and 1 deletions

View File

@ -21,8 +21,9 @@ job "mariadb-manage" {
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"
}
}
}