Skip to content

Commit

Permalink
update probes
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkounz committed Aug 14, 2023
1 parent 08f267f commit c68bfde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ livenessProbe:
command:
- /bin/sh
- -c
- exit 0
- ps -ef | grep /opt/maker/maker-keeper/bin/run.sh
initialDelaySeconds: 5
periodSeconds: 30
readinessProbe:
exec:
command:
- /bin/sh
- -c
- exit 0
- ps -ef | grep /opt/maker/maker-keeper/bin/run.sh
initialDelaySeconds: 5
periodSeconds: 30

0 comments on commit c68bfde

Please sign in to comment.