diff --git a/aml/deployment.yaml b/aml/deployment.yaml index 320eba24a..c53f95c01 100644 --- a/aml/deployment.yaml +++ b/aml/deployment.yaml @@ -21,18 +21,18 @@ environment: path: /generate instance_type: Standard_ND96amsr_A100_v4 request_settings: - request_timeout_ms: 90000 + request_timeout_ms: 60000 max_concurrent_requests_per_instance: 256 liveness_probe: - initial_delay: 600 - timeout: 90 - period: 120 + initial_delay: 80 + timeout: 60 + period: 60 success_threshold: 1 - failure_threshold: 5 + failure_threshold: 2 readiness_probe: - initial_delay: 600 - timeout: 90 - period: 120 + initial_delay: 80 + timeout: 60 + period: 60 success_threshold: 1 - failure_threshold: 5 + failure_threshold: 2 instance_count: 1