From d32145c6137ab113a62ed3e9553e26b32754eb7a Mon Sep 17 00:00:00 2001 From: "kube-master@emrekirman.com" Date: Wed, 13 Aug 2025 13:35:21 +0000 Subject: [PATCH] traefik.yml updated --- traefik/traefik-proxy.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/traefik/traefik-proxy.yml b/traefik/traefik-proxy.yml index 00685ba..c88d26f 100644 --- a/traefik/traefik-proxy.yml +++ b/traefik/traefik-proxy.yml @@ -51,17 +51,6 @@ services: - node.role == manager # Run Traefik only on manager nodes (recommended) restart_policy: condition: on-failure - labels: - # Traefik Dashboard exposure (if enabled) - - traefik.enable=true - - traefik.http.routers.traefik-dashboard.rule=Host(`traefik.emrekirman.xyz`) # Replace with your dashboard domain - - traefik.http.routers.traefik-dashboard.entrypoints=websecure - - traefik.http.routers.traefik-dashboard.service=api@internal - - traefik.http.routers.traefik-dashboard.tls.certresolver=myresolver - # Optional: Basic Auth for Dashboard (highly recommended for production) - # - traefik.http.routers.traefik-dashboard.middlewares=traefik-auth - # - traefik.http.middlewares.traefik-auth.basicauth.users=user:$$apr1$$HASHED_PASSWORD_HERE - # You can generate the hashed password with `echo $(htpasswd -nb user password)` networks: traefik-public: external: true # Use an existing overlay network