Add a service-resolver to set higher RequestTimeout for immich-ml

This commit is contained in:
Daniel Berteaud 2024-01-11 19:58:29 +01:00
parent e92e49497a
commit 053cee7ac1
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Kind = "service-resolver"
Name = "[[ .instance ]]-ml[[ .consul.suffix ]]"
RequestTimeout = "2m"

View File

@ -0,0 +1,3 @@
Kind = "service-resolver"
Name = "immich-ml"
RequestTimeout = "2m"