Skip to content

Commit

Permalink
Increase AKS probe settings (Azure-Samples#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbradley1 authored Jul 1, 2024
1 parent 164ac13 commit 3711223
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions infra/helm/graphrag/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3711223

Please sign in to comment.