Skip to content

Commit

Permalink
Merge pull request #1451 from input-output-hk/release/cardano-service…
Browse files Browse the repository at this point in the history
…s/0.29.3

Release/cardano services/0.29.3
  • Loading branch information
gytis-ivaskevicius authored Aug 28, 2024
2 parents 2664ff8 + 7e6c691 commit 6363343
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions nix/cardano-services/deployments/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,6 @@ in
cardano-services = {
ingresOrder = 98;
};
backend.hostnames = ["${final.namespace}.${final.region}.${baseUrl}"];
};
};

Expand Down Expand Up @@ -806,22 +805,6 @@ in
cardano-services = {
ingresOrder = 98;
};
backend.routes = let
inherit (oci.meta) versions;
in
lib.concatLists [
(map (v: "/v${v}/health") versions.root)
(map (v: "/v${v}/live") versions.root)
(map (v: "/v${v}/meta") versions.root)
(map (v: "/v${v}/ready") versions.root)
(map (v: "/v${v}/asset") versions.assetInfo)
(map (v: "/v${v}/chain-history") versions.chainHistory)
(map (v: "/v${v}/network-info") versions.networkInfo)
(map (v: "/v${v}/rewards") versions.rewards)
(map (v: "/v${v}/tx-submit") versions.txSubmit)
(map (v: "/v${v}/utxo") versions.utxo)
(map (v: "/v${v}/handle") versions.handle)
];
};
};

Expand Down Expand Up @@ -960,9 +943,7 @@ in
providers = {
backend = {
enabled = true;
env.USE_SUBMIT_API = "true";
env.USE_BLOCKFROST = lib.mkForce "false";
env.SUBMIT_API_URL = "http://${final.namespace}-cardano-core.${final.namespace}.svc.cluster.local:8090";
env.USE_SUBMIT_API = "false";
env.NODE_ENV = "production";
};
stake-pool-provider.enabled = true;
Expand Down Expand Up @@ -996,9 +977,7 @@ in
providers = {
backend = {
enabled = true;
env.USE_SUBMIT_API = "true";
env.USE_BLOCKFROST = lib.mkForce "false";
env.SUBMIT_API_URL = "http://${final.namespace}-cardano-core.${final.namespace}.svc.cluster.local:8090";
env.USE_SUBMIT_API = "false";
env.NODE_ENV = "production";
};
stake-pool-provider.enabled = true;
Expand Down

0 comments on commit 6363343

Please sign in to comment.