Skip to content

Commit

Permalink
[fix] readinessProbelivenessProbe
Browse files Browse the repository at this point in the history
This should put a band-aid on today's outage (17:56 CET, also [INF-11266](https://jira.camptocamp.com/servicedesk/customer/portal/5/INF-11266)
  • Loading branch information
Dominique Quatravaux committed Dec 4, 2023
1 parent c28ed2d commit 66bc06b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
protocol: TCP
- containerPort: 9980
protocol: TCP
readinessProbe:
livenessProbe:
failureThreshold: 3
httpGet:
path: /ready
Expand Down

0 comments on commit 66bc06b

Please sign in to comment.