Skip to content

Commit 0a32c84

Browse files
authored
Merge pull request #264 from arangodb/bug-fix/readiness-test-unified
Unified Readiness Test
2 parents 8f30be1 + 0331a53 commit 0a32c84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/deployment/resources/pod_creator.go

-4
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,6 @@ func (r *Resources) createReadinessProbe(spec api.DeploymentSpec, group api.Serv
375375
InitialDelaySeconds: 2,
376376
PeriodSeconds: 2,
377377
}
378-
switch spec.GetMode() {
379-
case api.DeploymentModeActiveFailover:
380-
probeCfg.LocalPath = "/_admin/echo"
381-
}
382378
return probeCfg, nil
383379
}
384380

0 commit comments

Comments
 (0)