All Downloads are FREE. Search and download functionalities are using the official Maven repository.

munda-zeebe.8.5.6.source-code.application-gateway.properties Maven / Gradle / Ivy

There is a newer version: 8.7.0-alpha1
Show newest version
# 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"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy