Increase priority for sevices with highee resources

Photoprism requires lots if mem and sonar a specific volume
This commit is contained in:
IamTheFij 2024-03-22 21:09:19 -07:00
parent cc66bfdbcb
commit a9a919b8f2
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@ module "photoprism_module" {
# # operator = "is_set"
# value = "raspberry"
# }]
priority = 60
# docker_devices = [{
# host_path = "$${meta.hw_transcode.device}"

View File

@ -4,6 +4,8 @@ module "sonarr" {
name = "sonarr"
image = "lscr.io/linuxserver/sonarr:4.0.0"
priority = 55
ingress = true
service_port = 8989
use_wesher = var.use_wesher