cluster/services/storage: don't explicitly set port in s3 endpoint url

This commit is contained in:
Max Headroom 2023-11-03 22:09:27 +01:00
parent 971d53e9ea
commit 0752d1e1d8

View file

@ -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: {