mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 01:43:40 -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
|
speedtest_cli_version: 1.2.0
|
||||||
tdarr_installer_version: 2.00.13
|
tdarr_installer_version: 2.00.13
|
||||||
telegraf_version: 1.25.3
|
telegraf_version: 1.25.3
|
||||||
traefik_version: "v2.9.9"
|
traefik_version: "v2.10.1"
|
||||||
|
|
||||||
# ---------------------------------- SERVICE STATIC PORT MAPPINGS
|
# ---------------------------------- SERVICE STATIC PORT MAPPINGS
|
||||||
authelia_port: "9091"
|
authelia_port: "9091"
|
||||||
|
|||||||
@@ -221,7 +221,7 @@ job "reverse-proxy" {
|
|||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 200 # MHz
|
cpu = 200 # MHz
|
||||||
memory = 110 # MB
|
memory = 1000 # MB
|
||||||
}
|
}
|
||||||
|
|
||||||
} // task authelia
|
} // task authelia
|
||||||
|
|||||||
Reference in New Issue
Block a user