Skip to content

Commit

Permalink
Add healthCheckInterval setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Mcl committed Apr 15, 2024
1 parent ed72f4f commit 9acc01a
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 @@ -910,6 +910,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 9acc01a

Please sign in to comment.