Hey does anyone know if Prisma has HTTP health che...
# orm-help
g
Hey does anyone know if Prisma has HTTP health check endpoints? Thanks!
2
🙂 1
s
Hey @giacomoguiulfo, just came across this while searching slack. Did you ever find anything out here? 🙂 Deploying to Kubernetes now
g
@schnie Not really. But if you find so, feel free to add it to the Kubernetes helm chart so that more people can know about it -> https://github.com/helm/charts/tree/master/stable/prisma
s
I found this, digging around in the code, but haven't gotten to try it yet. Looks like there might be a
status
endpoint somewhere - https://github.com/prisma/prisma/blob/e5b2b56e55cfa99496c7163d53bbd6fa356976da/server/libs/akka-utils/src/main/scala/com/prisma/akkautil/http/ServerExecutor.scala#L32-L38