[cartservice] Increases health check timeout (#240)
* Increases cartservice health check rpc timeout * remove stopwatch from health check * cleanup * Cleanup
This commit is contained in:
parent
13b73067c4
commit
156dfcec8a
4 changed files with 13 additions and 15 deletions
|
@ -411,12 +411,12 @@ spec:
|
|||
readinessProbe:
|
||||
initialDelaySeconds: 15
|
||||
exec:
|
||||
command: ["/bin/grpc_health_probe", "-addr=:7070"]
|
||||
command: ["/bin/grpc_health_probe", "-addr=:7070", "-rpc-timeout=5s"]
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 10
|
||||
exec:
|
||||
command: ["/bin/grpc_health_probe", "-addr=:7070"]
|
||||
command: ["/bin/grpc_health_probe", "-addr=:7070", "-rpc-timeout=5s"]
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue