Skip to content

Commit

Permalink
Merge pull request #150 from FlowFuse/149-health-check-interval
Browse files Browse the repository at this point in the history
Add support for user set health check interval
  • Loading branch information
hardillb authored Apr 15, 2024
2 parents 8b37a47 + 9acc01a commit 7a8c55e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes.js
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,7 @@ module.exports = {
settings.port = 1880
settings.rootDir = '/'
settings.userDir = 'data'
settings.healthCheckInterval = await project.getSetting('healthCheckInterval')

return settings
},
Expand Down

0 comments on commit 7a8c55e

Please sign in to comment.