# Functions
CreateLiveness sets up and starts an HTTP server on the port specified by env.ProbeLivenessPort() to serve as a liveness probe for the application.
CreateReadiness sets up and starts an HTTP server on the port specified by env.ProbeReadinessPort() to serve as a readiness probe for the application.