Skip to content

Commit

Permalink
Update mongodb-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mwasham authored Feb 21, 2024
1 parent 7cb7e06 commit d96a967
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions charts/mongo/mongodb-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ spec:
livenessProbe:
exec:
command:
- mongo
- --disableImplicitSessions
- mongosh
- --eval
- "db.adminCommand('ping')"
initialDelaySeconds: 30
Expand All @@ -35,8 +34,7 @@ spec:
readinessProbe:
exec:
command:
- mongo
- --disableImplicitSessions
- mongosh
- --eval
- "db.adminCommand('ping')"
initialDelaySeconds: 30
Expand Down

0 comments on commit d96a967

Please sign in to comment.