Skip to content

Commit

Permalink
Merge pull request #152 from FlowFuse/revert-150-149-health-check-int…
Browse files Browse the repository at this point in the history
…erval

Revert "Add support for user set health check interval"
  • Loading branch information
knolleary authored May 2, 2024
2 parents 7a8c55e + 4d2564f commit be78714
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kubernetes.js
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,6 @@ module.exports = {
settings.port = 1880
settings.rootDir = '/'
settings.userDir = 'data'
settings.healthCheckInterval = await project.getSetting('healthCheckInterval')

return settings
},
Expand Down

0 comments on commit be78714

Please sign in to comment.