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