Skip to content

Commit

Permalink
Exponential smoothing template improvement (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
atsag authored Nov 29, 2024
1 parent a9c6277 commit 1f7a164
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.1
version: 0.1.2

# 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 @@ -43,13 +43,13 @@ spec:
- /bin/sh
- -c
- stat /home/r_predictions/is_alive.txt && rm /home/r_predictions/is_alive.txt
initialDelaySeconds: 60
periodSeconds: 10
initialDelaySeconds: 300
periodSeconds: 60
readinessProbe:
exec:
command:
- ls
- /home
- stat
- /home/r_predictions/is_alive.txt
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit 1f7a164

Please sign in to comment.