From 434c1449675e3dc6546ae9ffde0db01a0f759fc6 Mon Sep 17 00:00:00 2001 From: austbot Date: Fri, 27 Jan 2023 17:04:11 -0600 Subject: [PATCH] fixes api health endpoint --- das_api/Cargo.lock | 4 ++-- das_api/Cargo.toml | 2 +- digital_asset_types/Cargo.lock | 2 +- digital_asset_types/Cargo.toml | 2 +- helm/api/templates/deployment.yaml | 6 +++--- metaplex-rpc-proxy/Cargo.lock | 2 +- metaplex-rpc-proxy/Cargo.toml | 2 +- migration/Cargo.lock | 4 ++-- migration/Cargo.toml | 2 +- nft_ingester/Cargo.lock | 4 ++-- nft_ingester/Cargo.toml | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/das_api/Cargo.lock b/das_api/Cargo.lock index 7d594104..3995cb3c 100644 --- a/das_api/Cargo.lock +++ b/das_api/Cargo.lock @@ -992,7 +992,7 @@ dependencies = [ [[package]] name = "das_api" -version = "0.6.3" +version = "0.6.4" dependencies = [ "async-trait", "bs58 0.4.0", @@ -1061,7 +1061,7 @@ dependencies = [ [[package]] name = "digital_asset_types" -version = "0.6.3" +version = "0.6.4" dependencies = [ "async-trait", "blockbuster", diff --git a/das_api/Cargo.toml b/das_api/Cargo.toml index 9ac1895e..0fe6ff5d 100644 --- a/das_api/Cargo.toml +++ b/das_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "das_api" -version = "0.6.3" +version = "0.6.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/digital_asset_types/Cargo.lock b/digital_asset_types/Cargo.lock index 7d41d519..c3242f02 100644 --- a/digital_asset_types/Cargo.lock +++ b/digital_asset_types/Cargo.lock @@ -984,7 +984,7 @@ dependencies = [ [[package]] name = "digital_asset_types" -version = "0.6.3" +version = "0.6.4" dependencies = [ "async-trait", "blockbuster", diff --git a/digital_asset_types/Cargo.toml b/digital_asset_types/Cargo.toml index 88fe7864..0821c66e 100644 --- a/digital_asset_types/Cargo.toml +++ b/digital_asset_types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "digital_asset_types" -version = "0.6.3" +version = "0.6.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/helm/api/templates/deployment.yaml b/helm/api/templates/deployment.yaml index 88c1594c..dc464ee2 100644 --- a/helm/api/templates/deployment.yaml +++ b/helm/api/templates/deployment.yaml @@ -67,7 +67,7 @@ spec: value: 127.0.0.1 - name: APP_METRICS_PORT value: "8125" - + - name: APP_SERVER_PORT value: "{{ .Values.app.server_port }}" - name: APP_DATABASE_URL @@ -86,11 +86,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /healthz + path: /health port: http readinessProbe: httpGet: - path: /healthz + path: /health port: http resources: {{- toYaml .Values.resources | nindent 12 }} diff --git a/metaplex-rpc-proxy/Cargo.lock b/metaplex-rpc-proxy/Cargo.lock index 6ca393f4..44a54765 100644 --- a/metaplex-rpc-proxy/Cargo.lock +++ b/metaplex-rpc-proxy/Cargo.lock @@ -83,7 +83,7 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "metaplex-rpc-proxy" -version = "0.6.3" +version = "0.6.4" dependencies = [ "lazy_static", "log", diff --git a/metaplex-rpc-proxy/Cargo.toml b/metaplex-rpc-proxy/Cargo.toml index a1d8ef0e..25d2f0f6 100644 --- a/metaplex-rpc-proxy/Cargo.toml +++ b/metaplex-rpc-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metaplex-rpc-proxy" -version = "0.6.3" +version = "0.6.4" edition = "2021" [build] diff --git a/migration/Cargo.lock b/migration/Cargo.lock index dd2f8936..3f9613e9 100644 --- a/migration/Cargo.lock +++ b/migration/Cargo.lock @@ -1160,7 +1160,7 @@ dependencies = [ [[package]] name = "digital_asset_types" -version = "0.6.3" +version = "0.6.4" dependencies = [ "async-trait", "blockbuster", @@ -2129,7 +2129,7 @@ dependencies = [ [[package]] name = "migration" -version = "0.6.3" +version = "0.6.4" dependencies = [ "async-std", "digital_asset_types", diff --git a/migration/Cargo.toml b/migration/Cargo.toml index 496108f9..497c9175 100644 --- a/migration/Cargo.toml +++ b/migration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "migration" -version = "0.6.3" +version = "0.6.4" edition = "2021" publish = false diff --git a/nft_ingester/Cargo.lock b/nft_ingester/Cargo.lock index ec09e3d5..3b03a530 100644 --- a/nft_ingester/Cargo.lock +++ b/nft_ingester/Cargo.lock @@ -1265,7 +1265,7 @@ dependencies = [ [[package]] name = "digital_asset_types" -version = "0.6.3" +version = "0.6.4" dependencies = [ "async-trait", "blockbuster", @@ -2540,7 +2540,7 @@ dependencies = [ [[package]] name = "nft_ingester" -version = "0.6.3" +version = "0.6.4" dependencies = [ "anchor-lang", "async-trait", diff --git a/nft_ingester/Cargo.toml b/nft_ingester/Cargo.toml index 2ca9ef4c..31cbadf7 100644 --- a/nft_ingester/Cargo.toml +++ b/nft_ingester/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nft_ingester" -version = "0.6.3" +version = "0.6.4" edition = "2021" [dependencies]