From 3711223bb7fcb169036a4d968d444283ee5c8d7d Mon Sep 17 00:00:00 2001 From: Josh Bradley Date: Mon, 1 Jul 2024 14:23:39 -0400 Subject: [PATCH] Increase AKS probe settings (#39) --- infra/helm/graphrag/values.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/infra/helm/graphrag/values.yaml b/infra/helm/graphrag/values.yaml index 6711bc5..133c8a3 100644 --- a/infra/helm/graphrag/values.yaml +++ b/infra/helm/graphrag/values.yaml @@ -82,15 +82,17 @@ query: httpGet: path: /manpage/docs port: http + failureThreshold: 50 initialDelaySeconds: 30 - periodSeconds: 10 + periodSeconds: 20 readinessProbe: httpGet: path: /manpage/docs port: http + failureThreshold: 50 initialDelaySeconds: 30 - periodSeconds: 10 + periodSeconds: 20 autoscaling: enabled: true @@ -167,15 +169,17 @@ index: httpGet: path: /manpage/docs port: http + failureThreshold: 50 initialDelaySeconds: 30 - periodSeconds: 10 + periodSeconds: 20 readinessProbe: httpGet: path: /manpage/docs port: http + failureThreshold: 50 initialDelaySeconds: 30 - periodSeconds: 10 + periodSeconds: 20 autoscaling: enabled: true