Skip to content

Commit

Permalink
fixes api health endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Jan 27, 2023
1 parent b712f9f commit 434c144
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions das_api/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion das_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion digital_asset_types/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion digital_asset_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions helm/api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion metaplex-rpc-proxy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion metaplex-rpc-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metaplex-rpc-proxy"
version = "0.6.3"
version = "0.6.4"
edition = "2021"

[build]
Expand Down
4 changes: 2 additions & 2 deletions migration/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "migration"
version = "0.6.3"
version = "0.6.4"
edition = "2021"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions nft_ingester/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nft_ingester/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nft_ingester"
version = "0.6.3"
version = "0.6.4"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 434c144

Please sign in to comment.