diff --git a/infra/helm/graphrag/values.yaml b/infra/helm/graphrag/values.yaml index 6711bc59..133c8a3a 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