From a83e4aa07aec2c27e96a5f9e53c27a752d564c00 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 11 Feb 2024 21:24:22 +0100 Subject: [PATCH] Update rendered example --- example/bounca.nomad.hcl | 3 +++ 1 file changed, 3 insertions(+) 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" }