Update startos/dependencies.ts
Connect Munin to Fulcrum dependency
This commit is contained in:
@@ -4,8 +4,8 @@ export const setDependencies = sdk.setupDependencies(
|
|||||||
async ({ effects }) => ({
|
async ({ effects }) => ({
|
||||||
fulcrum: {
|
fulcrum: {
|
||||||
kind: 'running',
|
kind: 'running',
|
||||||
versionRange: '>=0',
|
versionRange: '>=2.1.0:3-beta.1',
|
||||||
healthChecks: ['primary'],
|
healthChecks: ['primary', 'sync-progress'],
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user