Skip to content

Commit

Permalink
Merge pull request #950 from RedHatInsights/psav/ff_fix
Browse files Browse the repository at this point in the history
fix(featureflags): Update the probe handler
  • Loading branch information
psav authored Mar 11, 2024
2 parents c5b60aa + 3aeb65b commit a885b93
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ func makeLocalFeatureFlags(o obj.ClowdObject, objMap providers.ObjectMap, _ bool
}}

probeHandler := core.ProbeHandler{
TCPSocket: &core.TCPSocketAction{
HTTPGet: &core.HTTPGetAction{
Path: "/health",
Port: intstr.IntOrString{
Type: intstr.Int,
IntVal: 4242,
Expand Down

0 comments on commit a885b93

Please sign in to comment.