Skip to content

Commit

Permalink
disable workers liveness probe coz they're bugged as fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviPtrs committed Dec 4, 2024
1 parent e16aff7 commit f0f6447
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions apps/commune-worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ deployment:
path: /api/health

readinessProbe:
httpGet:
path: /api/health
enabled: false

livenessProbe:
httpGet:
path: /api/health

enabled: false

env:
COMMUNITY_VALIDATOR_MNEMONIC:
Expand Down

0 comments on commit f0f6447

Please sign in to comment.