Fix duplicate livenessProbe in key-manager deployment#144
Merged
Conversation
|
|
Co-authored-by: RakhithaRR <25485273+RakhithaRR@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix liveness probe configuration in deployment yaml
Fix duplicate livenessProbe in key-manager deployment
Feb 12, 2026
RakhithaRR
approved these changes
Feb 12, 2026
RakhithaRR
marked this pull request as ready for review
February 12, 2026 18:59
kavindasr
approved these changes
Feb 13, 2026
Contributor
|
@RakhithaRR, @copilot apply the same fix for 4.4.x, 4.5.x and 4.6.x branches |
Contributor
Author
I'm unable to create separate PRs or push to multiple branches. To apply this fix to the 4.4.x, 4.5.x, and 4.6.x branches, you would need to:
Would you like me to provide specific instructions or create separate issues for tracking each branch? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
The key-manager deployment template contained two
livenessProbedefinitions where the second should have been areadinessProbe.Goals
Correct the probe configuration to match the pattern used across all other deployment templates in the repository.
Approach
Changed the second probe definition from
livenessProbetoreadinessProbeand updated its configuration references to use.Values.wso2.deployment.readinessProbe.*instead of.Values.wso2.deployment.livenessProbe.*.File changed:
distributed/key-manager/templates/key-manager/wso2am-km-deployment.yamlUser stories
N/A - Configuration bug fix
Release note
Fixed duplicate livenessProbe in key-manager deployment; second probe correctly configured as readinessProbe
Documentation
N/A - Internal deployment configuration fix with no user-facing documentation impact
Training
N/A
Certification
N/A - Internal configuration correction
Marketing
N/A
Automation tests
Security checks
Samples
N/A
Related PRs
None
Migrations (if applicable)
No migration required - Helm will apply corrected probe configuration on next deployment
Test environment
Validated with Helm v3.x
Learning
Referenced existing deployment patterns from control-plane, gateway, and traffic-manager templates to ensure consistency
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.