From ae655bba6ad02bcc52b76ca17c1721f5c58c8eca Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 24 Jul 2024 21:43:50 +0200 Subject: [PATCH] chore: Disable EK poule --- kubenix-modules/traefik.nix | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/kubenix-modules/traefik.nix b/kubenix-modules/traefik.nix index 36f49ec..e046bfc 100644 --- a/kubenix-modules/traefik.nix +++ b/kubenix-modules/traefik.nix @@ -30,25 +30,13 @@ }; }; - services = { - ek2024.spec = { - type = "ExternalName"; - externalName = "ek2024.dmz"; + services.esrom.spec = { + type = "ExternalName"; + externalName = "esrom.dmz"; - ports.web = { - port = 80; - targetPort = 80; - }; - }; - - esrom.spec = { - type = "ExternalName"; - externalName = "esrom.dmz"; - - ports.web = { - port = 80; - targetPort = 80; - }; + ports.web = { + port = 80; + targetPort = 80; }; }; };