mirror of
https://github.com/Azure-Samples/graphrag-accelerator.git
synced 2025-08-16 04:57:14 +00:00
Increase AKS probe settings (#39)
This commit is contained in:
parent
164ac13e61
commit
3711223bb7
@ -82,15 +82,17 @@ query:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /manpage/docs
|
path: /manpage/docs
|
||||||
port: http
|
port: http
|
||||||
|
failureThreshold: 50
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 20
|
||||||
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /manpage/docs
|
path: /manpage/docs
|
||||||
port: http
|
port: http
|
||||||
|
failureThreshold: 50
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 20
|
||||||
|
|
||||||
autoscaling:
|
autoscaling:
|
||||||
enabled: true
|
enabled: true
|
||||||
@ -167,15 +169,17 @@ index:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /manpage/docs
|
path: /manpage/docs
|
||||||
port: http
|
port: http
|
||||||
|
failureThreshold: 50
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 20
|
||||||
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /manpage/docs
|
path: /manpage/docs
|
||||||
port: http
|
port: http
|
||||||
|
failureThreshold: 50
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 10
|
periodSeconds: 20
|
||||||
|
|
||||||
autoscaling:
|
autoscaling:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user