Skip to content

Commit 35d1132

Browse files
committed
minor fixes to admin health checks
Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>
1 parent 674bcdb commit 35d1132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/IServiceCollectionExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static IServiceCollection AddMonaiDeployStorageService(
6262
this IServiceCollection services,
6363
string fullyQualifiedTypeName,
6464
IFileSystem fileSystem,
65-
HealthCheckOptions healthCheckOptions = HealthCheckOptions.ServiceHealthCheck & HealthCheckOptions.AdminServiceHealthCheck,
65+
HealthCheckOptions healthCheckOptions = HealthCheckOptions.ServiceHealthCheck | HealthCheckOptions.AdminServiceHealthCheck,
6666
HealthStatus? failureStatus = null,
6767
IEnumerable<string>? tags = null,
6868
TimeSpan? timeout = null)

0 commit comments

Comments
 (0)