Skip to content

Commit

Permalink
Update db probe timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
FozzieHi committed Aug 10, 2024
1 parent e8ca364 commit 1b6e4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ spec:
- --eval
- "db.adminCommand('ping')"
initialDelaySeconds: 5
timeoutSeconds: 3
timeoutSeconds: 5
readinessProbe:
exec:
command:
- mongosh
- --eval
- "db.adminCommand('ping')"
initialDelaySeconds: 5
timeoutSeconds: 3
timeoutSeconds: 5
env:
- name: MONGO_INITDB_ROOT_USERNAME
valueFrom:
Expand Down

0 comments on commit 1b6e4cd

Please sign in to comment.