Skip to content

Commit

Permalink
[MLRun] Tweak grpc timeouts (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg authored Apr 18, 2024
1 parent 699bdf7 commit 4bb58eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions stable/mlrun/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: mlrun
version: 0.9.21
appVersion: 1.5.2
version: 0.9.22
appVersion: 1.6.2
description: Machine Learning automation and tracking
sources:
- https://github.com/mlrun/mlrun
Expand Down
14 changes: 6 additions & 8 deletions stable/mlrun/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,16 +310,14 @@ api:
resources:

readinessProbe:
initialDelaySeconds: 10
timeoutSeconds: 10
periodSeconds: 15
failureThreshold: 4
timeoutSeconds: 3
periodSeconds: 10
failureThreshold: 3

livenessProbe:
initialDelaySeconds: 10
timeoutSeconds: 10
periodSeconds: 15
failureThreshold: 4
timeoutSeconds: 3
periodSeconds: 10
failureThreshold: 3

db:
name: db
Expand Down

0 comments on commit 4bb58eb

Please sign in to comment.