Skip to content

Commit

Permalink
Merge pull request #1708 from GiganticMinecraft/add_growi_components
Browse files Browse the repository at this point in the history
fix probe
  • Loading branch information
outductor authored Jan 13, 2024
2 parents e73d33c + d419ffa commit cea1e90
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 cea1e90

Please sign in to comment.