Skip to content

Commit

Permalink
k3s: disable ingress for now (traefik)
Browse files Browse the repository at this point in the history
  • Loading branch information
bew committed Mar 7, 2024
1 parent 8961b07 commit 2104ce8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/k3s-playground.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
services.k3s = {
enable = true;
role = "server";
# NOTE: I disable traefik for the training I'm following, as we'll deploy it ourself later
extraFlags = ''
--disable traefik
'';
};

networking.firewall.allowedTCPPorts = [
Expand Down

0 comments on commit 2104ce8

Please sign in to comment.