chore(media-centre): remove assigned consul service names
- consul appears to by providing ACL tokens based on a case sensitive service name and chooses the service name as lower case. The default service name is in lower case.
This commit is contained in:
parent
6e89fea580
commit
57da8a493d
1 changed files with 0 additions and 2 deletions
|
@ -51,7 +51,6 @@ job "media-centre" {
|
|||
}
|
||||
|
||||
service {
|
||||
name = "Jellyfin"
|
||||
provider = "consul"
|
||||
port = "jellyfin"
|
||||
tags = [
|
||||
|
@ -146,7 +145,6 @@ job "media-centre" {
|
|||
}
|
||||
|
||||
service {
|
||||
name = "Plex"
|
||||
provider = "consul"
|
||||
port = "plex"
|
||||
tags = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue