Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain-infra committed Aug 4, 2024
1 parent 71531ac commit b62443b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions charts/langsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,21 +366,21 @@ frontend:
httpGet:
path: /health
port: 8080
failureThreshold: 6
failureThreshold: 10
periodSeconds: 10
timeoutSeconds: 1
livenessProbe:
httpGet:
path: /health
port: 8080
failureThreshold: 6
failureThreshold: 10
periodSeconds: 10
timeoutSeconds: 1
readinessProbe:
httpGet:
path: /health
port: 8080
failureThreshold: 6
failureThreshold: 10
periodSeconds: 10
timeoutSeconds: 1
extraContainerConfig: {}
Expand Down Expand Up @@ -591,26 +591,26 @@ queue:
- "app.workers.queues.single_queue_worker.settings"
- "--check"
failureThreshold: 6
periodSeconds: 30
timeoutSeconds: 15
periodSeconds: 60
timeoutSeconds: 30
readinessProbe:
exec:
command:
- "saq"
- "app.workers.queues.single_queue_worker.settings"
- "--check"
failureThreshold: 6
periodSeconds: 30
timeoutSeconds: 15
periodSeconds: 60
timeoutSeconds: 30
livenessProbe:
exec:
command:
- "saq"
- "app.workers.queues.single_queue_worker.settings"
- "--check"
failureThreshold: 6
periodSeconds: 30
timeoutSeconds: 15
periodSeconds: 60
timeoutSeconds: 30
extraContainerConfig: {}
extraEnv: []
sidecars: []
Expand Down

0 comments on commit b62443b

Please sign in to comment.