mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-17 17:33:41 -05:00
fix(proxy): update traefik version and bump RAM allocation
This commit is contained in:
@@ -8,7 +8,7 @@ prometheus_verssion: 2.42.0
|
||||
speedtest_cli_version: 1.2.0
|
||||
tdarr_installer_version: 2.00.13
|
||||
telegraf_version: 1.25.3
|
||||
traefik_version: "v2.9.9"
|
||||
traefik_version: "v2.10.1"
|
||||
|
||||
# ---------------------------------- SERVICE STATIC PORT MAPPINGS
|
||||
authelia_port: "9091"
|
||||
|
||||
@@ -221,7 +221,7 @@ job "reverse-proxy" {
|
||||
|
||||
resources {
|
||||
cpu = 200 # MHz
|
||||
memory = 110 # MB
|
||||
memory = 1000 # MB
|
||||
}
|
||||
|
||||
} // task authelia
|
||||
|
||||
Reference in New Issue
Block a user