Skip to content

Commit

Permalink
Fix probes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Rubets committed Oct 14, 2024
1 parent 4fdfef0 commit 81241b6
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions dysnix/ton/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,32 +162,32 @@ nodecheck:

# -- Api node probes
apicheck:
readinessProbe:
enabled: true
timeoutSeconds: 10
failureThreshold: 2
successThreshold: 1
periodSeconds: 10
exec:
command:
- python3
- /scripts/health.py
livenessProbe:
enabled: true
timeoutSeconds: 3
failureThreshold: 2
successThreshold: 1
periodSeconds: 10
exec:
command:
- python3
- /scripts/health.py
startupProbe:
enabled: true
failureThreshold: 2880
periodSeconds: 30
timeoutSeconds: 1
exec:
command:
- python3
- /scripts/health.py
readinessProbe: {}
# enabled: true
# timeoutSeconds: 10
# failureThreshold: 2
# successThreshold: 1
# periodSeconds: 10
# exec:
# command:
# - python3
# - /scripts/health.py
livenessProbe: {}
# enabled: true
# timeoutSeconds: 3
# failureThreshold: 2
# successThreshold: 1
# periodSeconds: 10
# exec:
# command:
# - python3
# - /scripts/health.py
startupProbe: {}
# enabled: true
# failureThreshold: 2880
# periodSeconds: 30
# timeoutSeconds: 1
# exec:
# command:
# - python3
# - /scripts/health.py

0 comments on commit 81241b6

Please sign in to comment.