cluster/services/ways: expose url
This commit is contained in:
parent
e81aad5619
commit
549cbdb6c8
1 changed files with 6 additions and 0 deletions
|
@ -57,6 +57,12 @@ with lib;
|
||||||
default = "/.well-known/ways/internal-health-check";
|
default = "/.well-known/ways/internal-health-check";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
url = mkOption {
|
||||||
|
type = types.str;
|
||||||
|
readOnly = true;
|
||||||
|
default = "https://${name}.${config.domainSuffix}";
|
||||||
|
};
|
||||||
|
|
||||||
useConsul = mkOption {
|
useConsul = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
internal = true;
|
internal = true;
|
||||||
|
|
Loading…
Reference in a new issue