mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Setting up traefik as loadbalancer and proxy
This commit is contained in:
parent
ee38146367
commit
4c53c7e5e2
6 changed files with 166 additions and 3 deletions
13
group_vars/k8s_worker
Normal file
13
group_vars/k8s_worker
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
harden_linux_ufw_rules:
|
||||
- rule: "allow"
|
||||
to_port: "2242"
|
||||
protocol: "tcp"
|
||||
- rule: "allow"
|
||||
to_port: "7000"
|
||||
protocol: "udp"
|
||||
- rule: "allow"
|
||||
to_port: "80"
|
||||
protocol: "tcp"
|
||||
- rule: "allow"
|
||||
to_port: "443"
|
||||
protocol: "tcp"
|
||||
Loading…
Add table
Add a link
Reference in a new issue