Skip to content

Commit

Permalink
remove live and ready probes
Browse files Browse the repository at this point in the history
  • Loading branch information
SawyerCzupka committed Nov 5, 2024
1 parent df035b4 commit 12080fe
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions deployment/vllm/autoscaler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@ spec:
value: "scope-dsmr"
- name: PROXY_TIMEOUT # New setting for HTTP client timeout
value: "30.0"
livenessProbe:
httpGet:
path: /health
port: 8000
initialDelaySeconds: 5
periodSeconds: 10
readinessProbe:
httpGet:
path: /health
port: 8000
initialDelaySeconds: 5
periodSeconds: 10
# livenessProbe:
# httpGet:
# path: /health
# port: 8000
# initialDelaySeconds: 5
# periodSeconds: 10
# readinessProbe:
# httpGet:
# path: /health
# port: 8000
# initialDelaySeconds: 5
# periodSeconds: 10
volumes:
- name: kube-config
secret:
Expand Down

0 comments on commit 12080fe

Please sign in to comment.