Skip to content

Commit 434c144

Browse files
committed
fixes api health endpoint
1 parent b712f9f commit 434c144

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

das_api/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

das_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "das_api"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

digital_asset_types/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

digital_asset_types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "digital_asset_types"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

helm/api/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
value: 127.0.0.1
6868
- name: APP_METRICS_PORT
6969
value: "8125"
70-
70+
7171
- name: APP_SERVER_PORT
7272
value: "{{ .Values.app.server_port }}"
7373
- name: APP_DATABASE_URL
@@ -86,11 +86,11 @@ spec:
8686
protocol: TCP
8787
livenessProbe:
8888
httpGet:
89-
path: /healthz
89+
path: /health
9090
port: http
9191
readinessProbe:
9292
httpGet:
93-
path: /healthz
93+
path: /health
9494
port: http
9595
resources:
9696
{{- toYaml .Values.resources | nindent 12 }}

metaplex-rpc-proxy/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metaplex-rpc-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metaplex-rpc-proxy"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
edition = "2021"
55

66
[build]

migration/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "migration"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
edition = "2021"
55
publish = false
66

nft_ingester/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)