Skip to content

Commit

Permalink
speecht5/whisper: adapt to changes of health check
Browse files Browse the repository at this point in the history
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
  • Loading branch information
lianhao committed Dec 31, 2024
1 parent ace2fec commit d41c9f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions helm-charts/common/speecht5/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,20 @@ resources: {}

livenessProbe:
httpGet:
path: /v1/health
path: /health
port: speecht5
initialDelaySeconds: 5
periodSeconds: 5
failureThreshold: 24
readinessProbe:
httpGet:
path: /v1/health
path: /health
port: speecht5
initialDelaySeconds: 5
periodSeconds: 5
startupProbe:
httpGet:
path: /v1/health
path: /health
port: speecht5
initialDelaySeconds: 5
periodSeconds: 5
Expand Down
6 changes: 3 additions & 3 deletions helm-charts/common/whisper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,20 @@ resources: {}

livenessProbe:
httpGet:
path: /v1/health
path: /health
port: whisper
initialDelaySeconds: 5
periodSeconds: 5
failureThreshold: 24
readinessProbe:
httpGet:
path: /v1/health
path: /health
port: whisper
initialDelaySeconds: 5
periodSeconds: 5
startupProbe:
httpGet:
path: /v1/health
path: /health
port: whisper
initialDelaySeconds: 5
periodSeconds: 5
Expand Down

0 comments on commit d41c9f3

Please sign in to comment.