Skip to content

Commit

Permalink
chore: promote live-{preview,preprod} environments to actually live o…
Browse files Browse the repository at this point in the history
…n new eu-central-1 cluster
  • Loading branch information
gytis-ivaskevicius committed May 8, 2024
1 parent 07e4433 commit 00acd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/cardano-services/deployments/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ in
};

values = {
backend.hostnames = ["tmp-${final.namespace}.${baseUrl}"];
backend.hostnames = ["backend.${final.namespace}.eks.${baseUrl}" "${final.namespace}.${baseUrl}"];
blockfrost-worker.enabled = true;
pg-boss-worker.enabled = true;
pg-boss-worker.queues = "pool-metadata,pool-metrics";
Expand Down Expand Up @@ -955,7 +955,7 @@ in
};

values = {
backend.hostnames = ["tmp-${final.namespace}.${baseUrl}"];
backend.hostnames = ["backend.${final.namespace}.eks.${baseUrl}" "${final.namespace}.${baseUrl}"];
blockfrost-worker.enabled = true;
pg-boss-worker.enabled = true;
pg-boss-worker.queues = "pool-metadata,pool-metrics";
Expand Down

0 comments on commit 00acd7a

Please sign in to comment.