Skip to content

Commit de52553

Browse files
authored
Merge pull request #417 from renlabs-dev/dev
remove health probes from swarm-verifier on values.yaml
2 parents e0aefb6 + f3354d2 commit de52553

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

apps/torus-swarm-verifier/values.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,13 @@ deployment:
2828
args: ["tsx", "./src/index.ts"]
2929

3030
startupProbe:
31-
httpGet:
32-
path: /api/stake-out
31+
enabled: false
3332

3433
readinessProbe:
35-
periodSeconds: 30
36-
timeoutSeconds: 3
37-
httpGet:
38-
path: /api/stake-out
34+
enabled: false
3935

4036
livenessProbe:
41-
periodSeconds: 30
42-
timeoutSeconds: 3
43-
httpGet:
44-
path: /api/stake-out
37+
enabled: false
4538

4639
env:
4740
OPENROUTER_API_KEY:

0 commit comments

Comments
 (0)