Skip to content

Commit 9acc01a

Browse files
committed
Add healthCheckInterval setting
1 parent ed72f4f commit 9acc01a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: kubernetes.js

+1
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,7 @@ module.exports = {
910910
settings.port = 1880
911911
settings.rootDir = '/'
912912
settings.userDir = 'data'
913+
settings.healthCheckInterval = await project.getSetting('healthCheckInterval')
913914

914915
return settings
915916
},

0 commit comments

Comments
 (0)