cluster/services/storage: don't explicitly set port in s3 endpoint url
This commit is contained in:
parent
971d53e9ea
commit
0752d1e1d8
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ in
|
|||
hostname = "garage.${depot.lib.meta.domain}";
|
||||
port = 443;
|
||||
protocol = "https";
|
||||
url = with config.links.garageS3; lib.mkForce "${protocol}://${hostname}";
|
||||
};
|
||||
|
||||
hostLinks = lib.genAttrs config.services.storage.nodes.garage (name: {
|
||||
|
|
Loading…
Reference in a new issue