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 authored and ponsfrilus committed Dec 6, 2023
1 parent ef7261e commit a352260
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 a352260

Please sign in to comment.