Skip to content

Commit

Permalink
[skip-ci] increase commune-cache probes interval
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviPtrs committed Dec 3, 2024
1 parent fc8295c commit 14045c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/commune-cache/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ deployment:
path: /api/stake-out

readinessProbe:
periodSeconds: 30
timeoutSeconds: 3
httpGet:
path: /api/stake-out

livenessProbe:
periodSeconds: 30
timeoutSeconds: 3
httpGet:
path: /api/stake-out

0 comments on commit 14045c1

Please sign in to comment.