Skip to content

Commit a352260

Browse files
Dominique Quatravauxponsfrilus
Dominique Quatravaux
authored andcommitted
[fix] readinessProbelivenessProbe
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)
1 parent ef7261e commit a352260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/wordpress-openshift-namespace/tasks/k8s-objects-httpd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
protocol: TCP
9393
- containerPort: 9980
9494
protocol: TCP
95-
readinessProbe:
95+
livenessProbe:
9696
failureThreshold: 3
9797
httpGet:
9898
path: /ready

0 commit comments

Comments
 (0)