Skip to content

Commit

Permalink
fix: checking if for some reason ubuntu is looking for liveness.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed May 11, 2024
1 parent 30b0fda commit ec7956a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions process-compose/monza-full-node/process-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ processes:
initial_delay_seconds: 10
exec:
command: echo "true"
liveness_probe:
initial_delay_seconds: 10
exec:
command: echo "true"

monza-full-node:
command: |
Expand Down

0 comments on commit ec7956a

Please sign in to comment.