Increase AKS probe settings (#39)

This commit is contained in:
Josh Bradley 2024-07-01 14:23:39 -04:00 committed by GitHub
parent 164ac13e61
commit 3711223bb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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