Add back startup probe

This commit is contained in:
jdolle 2026-03-18 14:00:43 -07:00
parent 947aff29f4
commit 046d751480
No known key found for this signature in database

View file

@ -56,6 +56,7 @@ export function deployUsage({
endpoint: '/_readiness',
},
livenessProbe: '/_health',
startupProbe: '/_health',
availabilityOnEveryNode: true,
env: {
...environment.envVars,