We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ede073 commit a7fee6fCopy full SHA for a7fee6f
1 file changed
pkg/cluster/k8sres.go
@@ -1323,7 +1323,7 @@ func generatePatroniLivenessProbe() *v1.Probe {
1323
FailureThreshold: 6,
1324
ProbeHandler: v1.ProbeHandler{
1325
HTTPGet: &v1.HTTPGetAction{
1326
- Path: "/health",
+ Path: "/liveness",
1327
Port: intstr.IntOrString{IntVal: patroni.ApiPort},
1328
Scheme: v1.URISchemeHTTP,
1329
},
0 commit comments