Skip to content

Conversation

@kabicin
Copy link
Contributor

@kabicin kabicin commented Dec 1, 2025

  • The port/scheme will default based upon the CR instance's .spec.manageTLS value. For example, if manageTLS is true or undefined, scheme will be HTTPS and otherwise, HTTP.

leochr
leochr previously approved these changes Dec 1, 2025
Copy link
Member

@leochr leochr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kabicin Thank you. Looks good. Just one minor comment about FileName (which could be addressed separately).

utils/utils.go Outdated
appContainer.StartupProbe = patchFileBasedProbe(instance.Spec.Probes.WebSphereLibertyApplicationProbes.GetDefaultStartupProbe(instance), instance.Spec.Probes.Startup, StartupProbeFileBasedScriptName, StartupProbeFileName)
probes := instance.Spec.Probes.WebSphereLibertyApplicationProbes
if probes.Startup != nil {
appContainer.StartupProbe = patchFileBasedProbe(probes.GetDefaultStartupProbe(instance), probes.GetStartupProbe(), StartupProbeFileBasedScriptName, StartupProbeFileName)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: FileName is no longer needed I believe and could be removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, removed the parameter.

leochr and others added 3 commits December 3, 2025 00:00
Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com>
Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com>
@kabicin kabicin requested a review from leochr December 3, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants