Skip to content

Commit

Permalink
Set liveness probe initial delay to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
sandratatarevicova committed Oct 7, 2021
1 parent f847428 commit d52c981
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/ray/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for deployments of Ray on Kubernetes.
type: application

# Chart version.
version: 0.1.0-16
version: 0.1.0-17

# Ray version.
appVersion: "latest"
1 change: 1 addition & 0 deletions deploy/charts/ray/templates/operator_cluster_scoped.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ spec:
- python
- /worker_heartbeat.py
failureThreshold: 1
initialDelaySeconds: 600
periodSeconds: 900
timeoutSeconds: 240
{{- end }}
1 change: 1 addition & 0 deletions deploy/charts/ray/templates/operator_namespaced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ spec:
- python
- /worker_heartbeat.py
failureThreshold: 1
initialDelaySeconds: 600
periodSeconds: 900
timeoutSeconds: 240
{{- end }}
Expand Down

0 comments on commit d52c981

Please sign in to comment.