Revert "netbird: fresh setup routed through built-in traefik, secrets via kubectl not git"

This reverts commit 8b65c53a11.
This commit is contained in:
2026-07-30 18:29:00 -05:00
parent 8b65c53a11
commit 765be54fb5
6 changed files with 1 additions and 236 deletions
+1 -9
View File
@@ -1,17 +1,9 @@
{
networking.firewall.allowedTCPPorts = [ 6443 80 443 33073 ];
networking.firewall.allowedUDPPorts = [ 3479 ];
networking.firewall.allowedTCPPorts = [ 6443 80 443 ];
services.k3s = {
enable = true;
role = "server";
extraFlags = "--write-kubeconfig-mode 644";
manifests = {
netbird-namespace = { source = ./netbird/namespace.yaml; };
netbird-config = { source = ./netbird/config.yaml; };
netbird-server = { source = ./netbird/server.yaml; };
netbird-dashboard = { source = ./netbird/dashboard.yaml; };
netbird-ingress = { source = ./netbird/ingress.yaml; };
};
};
}