Skip to content

Commit

Permalink
chore: drop ops-preview-1@us-east-1@v2 and point ops-preview-1 to sta…
Browse files Browse the repository at this point in the history
…kepoolv2
  • Loading branch information
gytis-ivaskevicius committed May 6, 2024
1 parent 69856b3 commit 745a9dc
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions nix/cardano-services/deployments/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1067,35 +1067,13 @@ in
};

values = {
stakepool.databaseName = "stakepoolv2";
cardano-services = {
ingresOrder = 99;
};
};
};

"ops-preview-1@us-east-1@v2" = final: {
name = "${final.namespace}-cardanojs-v2";
namespace = "ops-preview-1";
network = "preview";
region = "us-east-1";

projectors = {
stake-pool.enabled = true;
};

providers = {
stake-pool-provider = {
enabled = false;
};
};

values = {
ingress.enabled = false;
pg-boss-worker.enabled = true;
stakepool.databaseName = "stakepoolv2";
};
};

"ops-preprod-1@us-east-1" = final: {
namespace = "ops-preprod-1";
network = "preprod";
Expand Down

0 comments on commit 745a9dc

Please sign in to comment.