openshift-cloud-functions / js-function-operator

R&P for an operator to deploy and execute Node.js functions as Knative Services on Kubernetes
MIT License
1 stars 3 forks source link

Add a readiness and liveness probe section to service container spec #15

Closed lance closed 4 years ago

lance commented 5 years ago

In the controller, we are creating a knative Service. We know that the runtime uses overload-protection at it's readiness and liveness urls, and should add these to the Service spec.