Skip to content

Commit

Permalink
Merge pull request #38 from blockscout/stats-probes
Browse files Browse the repository at this point in the history
Enable stats probes by default
  • Loading branch information
alik-agaev authored Oct 28, 2024
2 parents 450bd68 + 3a84f81 commit f9ac4e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions charts/blockscout-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ChangeLog

## 1.6.9

### Fix

- Enable stats probes by default

## 1.6.8

### Fix
Expand Down
2 changes: 1 addition & 1 deletion charts/blockscout-stack/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.6.8
version: 1.6.9

# 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
4 changes: 2 additions & 2 deletions charts/blockscout-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ stats:
## Liveness probe
##
livenessProbe:
enabled: false
enabled: true
path: /health
params:
initialDelaySeconds: 100
Expand All @@ -314,7 +314,7 @@ stats:
## Readiness probe
##
readinessProbe:
enabled: false
enabled: true
path: /health
params:
initialDelaySeconds: 60
Expand Down

0 comments on commit f9ac4e2

Please sign in to comment.