Skip to content

Commit

Permalink
Bug 2064739: Increase Liveness and Readiness probe timeouts (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontleon committed Mar 16, 2022
1 parent f4e1310 commit 0fda45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/migration/v1alpha1/migcluster_types.go
Expand Up @@ -68,7 +68,7 @@ const (

// constants
const (
RegistryDefaultProbeTimeout = 3
RegistryDefaultProbeTimeout = 300
)

// MigClusterSpec defines the desired state of MigCluster
Expand Down

0 comments on commit 0fda45f

Please sign in to comment.