Skip to content

Commit

Permalink
chore: Set heartbeatPeriod to 0 for chronos, griffon, and merlin in c…
Browse files Browse the repository at this point in the history
…onfig.tpl

Signed-off-by: Steffen Exler <steffen@exivity.com>
  • Loading branch information
linuxluigi committed Oct 24, 2024
1 parent 2127a08 commit c2a853d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/exivity/templates/_config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ data:
"redialPeriod": 5
},
"chronos": {
"heartbeatPeriod": 5,
"heartbeatPeriod": 0,
"TTL": 60
},
"griffon": {
"heartbeatPeriod": 5,
"heartbeatPeriod": 0,
"TTL": 10
{{ if $.data.appname }}
},
"merlin": {
"reservedCPU": 0,
"heartbeatPeriod": 5,
"heartbeatPeriod": 0,
"programs": {
"{{ $.data.appname }}": {
"component": "{{ $.data.appname }}",
Expand Down

0 comments on commit c2a853d

Please sign in to comment.