mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
[TRAEFIK] Expose over tailscale
This commit is contained in:
parent
b18f71543b
commit
b0a7fa16c1
2 changed files with 7 additions and 1 deletions
|
|
@ -11,7 +11,11 @@ in {
|
|||
];
|
||||
|
||||
networking = {
|
||||
firewall.allowedTCPPorts = [kubeMasterAPIServerPort];
|
||||
firewall.allowedTCPPorts = [
|
||||
kubeMasterAPIServerPort
|
||||
443
|
||||
80
|
||||
];
|
||||
extraHosts = "${kubeMasterIP} ${kubeMasterHostname}";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue