Skip to content

Commit

Permalink
chore: remove unused temporary deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
gytis-ivaskevicius committed Sep 10, 2024
1 parent 1c43166 commit 47eb08e
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions nix/cardano-services/deployments/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -878,34 +878,6 @@ in
ingress.enabled = false;
};
})) {
"live-preview@us-east-2@asset" = {
name = "tmp-cardanojs";
namespace = "live-preview";
network = "preview";
region = "us-east-2";
context = "eks-admin";
};
"live-preview@eu-central-1@asset" = {
name = "tmp-cardanojs";
namespace = "live-preview";
network = "preview";
region = "eu-central-1";
context = "eks-admin";
};
"live-preprod@us-east-2@asset" = {
name = "tmp-cardanojs";
namespace = "live-preprod";
network = "preprod";
region = "us-east-2";
context = "eks-admin";
};
"live-preprod@eu-central-1@asset" = {
name = "tmp-cardanojs";
namespace = "live-preprod";
network = "preprod";
region = "eu-central-1";
context = "eks-admin";
};
"live-mainnet@us-east-2@asset" = {
name = "tmp-cardanojs";
namespace = "live-mainnet";
Expand Down

0 comments on commit 47eb08e

Please sign in to comment.