Skip to content

Commit 0331a53

Browse files
author
lamai93
committed
Unified readiness test. Now using _api/version only.
1 parent c680c03 commit 0331a53

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/deployment/resources/pod_creator.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,10 +380,6 @@ func (r *Resources) createReadinessProbe(spec api.DeploymentSpec, group api.Serv
380380
InitialDelaySeconds: 2,
381381
PeriodSeconds: 2,
382382
}
383-
switch spec.GetMode() {
384-
case api.DeploymentModeActiveFailover:
385-
probeCfg.LocalPath = "/_admin/echo"
386-
}
387383
return probeCfg, nil
388384
}
389385

0 commit comments

Comments
 (0)