From 80d03723a79b6c04fca9ff809e21aba4c74b7c6c Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:11:23 +0100 Subject: [PATCH] v0.2.0 --- aml/deployment.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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