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
|
|
@ -21,6 +21,8 @@ resource "helm_release" "traefik" {
|
|||
traefik = {
|
||||
traefik = {
|
||||
hostPort = 9000
|
||||
hostIP = "100.105.14.66"
|
||||
expose = true
|
||||
}
|
||||
web = {
|
||||
hostPort = 80
|
||||
|
|
|
|||
|
|
@ -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