cluster/services/attic: use more distinct consul service IDs
This commit is contained in:
parent
91816529fd
commit
ce4087d6d1
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ in
|
||||||
mode = if isMonolith then "manual" else "direct";
|
mode = if isMonolith then "manual" else "direct";
|
||||||
definition = {
|
definition = {
|
||||||
name = "atticd";
|
name = "atticd";
|
||||||
|
id = "atticd-${config.services.atticd.mode}";
|
||||||
address = link.ipv4;
|
address = link.ipv4;
|
||||||
inherit (link) port;
|
inherit (link) port;
|
||||||
checks = [
|
checks = [
|
||||||
|
|
Loading…
Reference in a new issue