Skip to content

Technical Story: Add Actuator #28

Description

@MasterEvarior

Description

To enable a successfull deployment to OpenShift/k8s, we need a way to check if the application is healthy and ready to accept requests. For this we want to use the Spring Boot Actuator, which needs to be added and configured.

Acceptance Criteria

  • There needs to be a liveness endpoint
  • There needs to be a readyness endpoint
  • Both endpoints should be accessible without any authentication
  • Both endpoints should not leak any information and just return the correct status code, aswell as "UP" or "DOWN"

Additional Information

Metadata

Metadata

Assignees

Labels

No labels
No labels

Fields

No fields configured for Feature.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions