cluster/services/attic: use external garage endpoint
This commit is contained in:
parent
fdf3980e3f
commit
971d53e9ea
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ in
|
||||||
storage = {
|
storage = {
|
||||||
type = "s3";
|
type = "s3";
|
||||||
region = "us-east-1";
|
region = "us-east-1";
|
||||||
endpoint = cluster.config.hostLinks.${hostName}.garageS3.url;
|
endpoint = cluster.config.links.garageS3.url;
|
||||||
bucket = "attic";
|
bucket = "attic";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue