Skip to content

Commit

Permalink
increase periodSeconds and failureThreshold to avoid async issue with…
Browse files Browse the repository at this point in the history
… template generation
  • Loading branch information
jgbradley1 committed Jul 1, 2024
1 parent 164ac13 commit 83e0b7f
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 83e0b7f

Please sign in to comment.