We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfce52 commit d3cde18Copy full SHA for d3cde18
nix/cardano-services/deployments/default.nix
@@ -912,26 +912,6 @@ in
912
};
913
914
915
- "ops-preprod-1@eu-central-1" = final: {
916
- namespace = "ops-preprod-1";
917
- network = "preprod";
918
- context = "eks-admin";
919
- region = "eu-central-1";
920
-
921
- providers = {
922
- backend = {
923
- enabled = true;
924
- };
925
926
927
- values = {
928
- useAccelerator = true;
929
- cardano-services = {
930
- ingresOrder = 99;
931
932
933
934
935
"live-sanchonet@us-east-2@v1" = final: {
936
namespace = "live-sanchonet";
937
name = "${final.namespace}-cardanojs-v1";
0 commit comments