Add configuration for probe paths

This commit is contained in:
David Burke 2021-06-03 10:32:29 -04:00
parent 51a5f0e276
commit bf9df71fec
3 changed files with 11 additions and 3 deletions

View file

@ -54,10 +54,12 @@ web:
failureThreshold: 5
initialDelaySeconds: 5
timeoutSeconds: 2
path: "/_health/"
readinessProbe:
failureThreshold: 10
initialDelaySeconds: 5
timeoutSeconds: 2
path: "/_health/"
service:
type: ClusterIP
port: 80