mirror of
https://github.com/Azure-Samples/graphrag-accelerator.git
synced 2025-08-15 20:47:06 +00:00
Increase AKS probe settings (#39)
This commit is contained in:
parent
164ac13e61
commit
3711223bb7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user