Skip to content

Commit

Permalink
fix probe
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Jan 13, 2024
1 parent dceedab commit d419ffa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ spec:
livenessProbe:
exec:
command:
- mongo
- mongosh
- --eval
- "db.adminCommand('ping')"
initialDelaySeconds: 30
periodSeconds: 10
readinessProbe:
exec:
command:
- mongo
- mongosh
- --eval
- "db.adminCommand('ping')"
initialDelaySeconds: 5
Expand Down

0 comments on commit d419ffa

Please sign in to comment.