Skip to content

Commit

Permalink
Update deployment.yaml to include proper health checking for the expo…
Browse files Browse the repository at this point in the history
…nential smoothing predictor (#37)
  • Loading branch information
atsag authored Nov 28, 2024
1 parent 66e1515 commit a9c6277
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/nebulous-exponential-smoothing-predictor/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: 0.1.0
version: 0.1.1

# 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 @@ -40,8 +40,11 @@ spec:
livenessProbe:
exec:
command:
- ls
- /home
- /bin/sh
- -c
- stat /home/r_predictions/is_alive.txt && rm /home/r_predictions/is_alive.txt
initialDelaySeconds: 60
periodSeconds: 10
readinessProbe:
exec:
command:
Expand Down

0 comments on commit a9c6277

Please sign in to comment.