Skip to content

Commit

Permalink
chore: post rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gytis-ivaskevicius committed May 3, 2024
1 parent fe7dea4 commit b52d8ef
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions nix/cardano-services/deployments/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ in
name = "${final.namespace}-cardanojs-v2";
namespace = "live-preprod";
context = "eks-admin";
network = "preprod";
region = "eu-central-1";

providers = {
backend = {
Expand All @@ -554,9 +556,6 @@ in
};

values = {
network = "preprod";
region = "eu-central-1";

backend.hostnames = ["tmp-${final.namespace}.${baseUrl}"];
blockfrost-worker.enabled = true;
pg-boss-worker.enabled = true;
Expand Down Expand Up @@ -679,6 +678,8 @@ in
name = "${final.namespace}-cardanojs-v2";
namespace = "live-preview";
context = "eks-admin";
network = "preview";
region = "eu-central-1";

providers = {
backend = {
Expand All @@ -702,9 +703,6 @@ in
};

values = {
network = "preview";
region = "eu-central-1";

backend.hostnames = ["tmp-${final.namespace}.${baseUrl}"];
blockfrost-worker.enabled = true;
pg-boss-worker.enabled = true;
Expand All @@ -730,7 +728,6 @@ in
};
};


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

0 comments on commit b52d8ef

Please sign in to comment.