munda-zeebe.8.5.6.source-code.application-gateway.properties Maven / Gradle / Ivy
# Gateway specific Spring configuration
# You should configure gateway specific Spring defaults here; things like the actuator endpoints,
# probes, etc.
# Health configuration
management.endpoint.health.group.startup.include=gatewayStarted
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=livenessGatewayClusterAwareness,\
livenessGatewayPartitionLeaderAwareness,livenessMemory
management.endpoint.health.group.liveness.show-details=always
management.endpoint.health.status.order="down,out-of-service,unknown,degraded,up"