Increase priority for sevices with highee resources
Photoprism requires lots if mem and sonar a specific volume
This commit is contained in:
parent
cc66bfdbcb
commit
a9a919b8f2
@ -9,6 +9,7 @@ module "photoprism_module" {
|
|||||||
# # operator = "is_set"
|
# # operator = "is_set"
|
||||||
# value = "raspberry"
|
# value = "raspberry"
|
||||||
# }]
|
# }]
|
||||||
|
priority = 60
|
||||||
|
|
||||||
# docker_devices = [{
|
# docker_devices = [{
|
||||||
# host_path = "$${meta.hw_transcode.device}"
|
# host_path = "$${meta.hw_transcode.device}"
|
||||||
|
@ -4,6 +4,8 @@ module "sonarr" {
|
|||||||
name = "sonarr"
|
name = "sonarr"
|
||||||
image = "lscr.io/linuxserver/sonarr:4.0.0"
|
image = "lscr.io/linuxserver/sonarr:4.0.0"
|
||||||
|
|
||||||
|
priority = 55
|
||||||
|
|
||||||
ingress = true
|
ingress = true
|
||||||
service_port = 8989
|
service_port = 8989
|
||||||
use_wesher = var.use_wesher
|
use_wesher = var.use_wesher
|
||||||
|
Loading…
Reference in New Issue
Block a user