Skip to content

Commit

Permalink
re-enable readiness probe for grpc
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Jul 5, 2023
1 parent a07f3b1 commit 827ebb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ spec:
path: /healthz
port: 5555
initialDelaySeconds: 5
readinessProbe:
grpc:
port: 5554
initialDelaySeconds: 5
resources:
requests:
memory: "1G"
Expand Down

0 comments on commit 827ebb9

Please sign in to comment.