From 04635de82aa296297481b48defbfe2fd307bcd56 Mon Sep 17 00:00:00 2001 From: Michael Bishop Date: Mon, 8 Aug 2022 14:00:46 -0300 Subject: [PATCH] include namespace in traefik name, so it wont load-balance over all namespaces --- nix/cardano/nomadCharts/cardano-faucet.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/cardano/nomadCharts/cardano-faucet.nix b/nix/cardano/nomadCharts/cardano-faucet.nix index 305a890c25..d1a585a1fd 100644 --- a/nix/cardano/nomadCharts/cardano-faucet.nix +++ b/nix/cardano/nomadCharts/cardano-faucet.nix @@ -96,7 +96,7 @@ in network.port.http.to = "8090"; service = append [ { - name = "cardano-faucet"; + name = "cardano-faucet-${namespace}"; port = "http"; tags = [ "ingress"