Skip to content

Commit

Permalink
Add startup probe to rabbitmq container
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrouth committed Feb 16, 2021
1 parent 589c1d5 commit b8f31fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubernetes/lookit/base/rabbitmq/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ spec:
periodSeconds: 30
failureThreshold: 3
successThreshold: 1
startupProbe:
tcpSocket:
port: 5672
initialDelaySeconds: 5
periodSeconds: 5
env:
- name: BITNAMI_DEBUG
value: "false"
Expand Down

0 comments on commit b8f31fa

Please sign in to comment.