mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Add back startup probe
This commit is contained in:
parent
947aff29f4
commit
046d751480
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ export function deployUsage({
|
|||
endpoint: '/_readiness',
|
||||
},
|
||||
livenessProbe: '/_health',
|
||||
startupProbe: '/_health',
|
||||
availabilityOnEveryNode: true,
|
||||
env: {
|
||||
...environment.envVars,
|
||||
|
|
|
|||
Loading…
Reference in a new issue