Skip to content

Commit

Permalink
Add heartbeat configuration in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
eddienko committed Aug 18, 2021
1 parent a974b7c commit 9d0273f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/owl/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.8
version: 0.1.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
2 changes: 1 addition & 1 deletion charts/owl/templates/owl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data:
owl.yaml: |
token: {{ randAlphaNum 64 | quote }}
loglevel: {{ .Values.loglevel }}
heartbeat: 30
heartbeat: {{ .Values.heartbeat }}
max_pipelines: 6
dbi: {{ .Values.dbi }}
prometheus: {{ .Values.prometheus }}
Expand Down
1 change: 1 addition & 0 deletions charts/owl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fullnameOverride: ""

loglevel: DEBUG
dbi: sqlite:////var/run/owl/sqlite.db
heartbeat: 30
prometheus: ""

serviceAccount:
Expand Down

0 comments on commit 9d0273f

Please sign in to comment.