Skip to content

Commit

Permalink
fix(gateway): remove invalid liveness indicator
Browse files Browse the repository at this point in the history
- `diskSpaceHealthIndicator` was not available but was silently ignored in spring boot <3.1.0
- see spring-projects/spring-boot#34360
- disk indicator is not needed for gateway liveness
  • Loading branch information
megglos committed May 26, 2023
1 parent ce31855 commit 4ee3e0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dist/src/main/resources/application-gateway.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ management.endpoint.health.group.startup.show-details=never
management.endpoint.health.group.readiness.include=gatewayStarted
management.endpoint.health.group.readiness.show-details=never
management.endpoint.health.group.liveness.include=livenessGatewayResponsive,\
livenessGatewayClusterAwareness,livenessGatewayPartitionLeaderAwareness,livenessMemory,\
diskSpaceHealthIndicator
livenessGatewayClusterAwareness,livenessGatewayPartitionLeaderAwareness,livenessMemory
management.endpoint.health.group.liveness.show-details=always

0 comments on commit 4ee3e0c

Please sign in to comment.