Add configuration for probe paths
This commit is contained in:
parent
51a5f0e276
commit
bf9df71fec
3 changed files with 11 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue