diff --git a/example/bounca.nomad.hcl b/example/bounca.nomad.hcl index a12a6b0..9241603 100644 --- a/example/bounca.nomad.hcl +++ b/example/bounca.nomad.hcl @@ -18,6 +18,7 @@ job "bounca" { proxy { upstreams { destination_name = "postgres" + destination_type = "service" local_bind_port = 5432 } } @@ -120,6 +121,7 @@ job "bounca" { policies = ["bounca"] env = false disable_file = true + change_mode = "noop" } @@ -234,6 +236,7 @@ _EOT policies = ["bounca"] env = false disable_file = true + change_mode = "noop" }