Skip to content

Commit

Permalink
[blockscout-ens] Fixing metrics port
Browse files Browse the repository at this point in the history
  • Loading branch information
nzenchik committed Jun 20, 2024
1 parent fce0ba2 commit cfeed34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion charts/blockscout-ens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ChangeLog

## 1.0.3

### Fixes

- Fix for metrics port

## 1.0.2

### Fixes
Expand Down Expand Up @@ -31,4 +37,3 @@
## 0.1.0

- Initial release

2 changes: 1 addition & 1 deletion charts/blockscout-ens/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.2
version: 1.0.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
protocol: TCP
name: http
- port: 6060
targetPort: http
targetPort: metrics
protocol: TCP
name: metrics
selector:
Expand Down

0 comments on commit cfeed34

Please sign in to comment.