Document application chart lifecycle compatibility - #77
Open
csandanov wants to merge 1 commit into
Open
Conversation
Explain per-workload replica ownership, explicit Helm naming opt-outs, and public-port-driven chart deployment and routing. Add the corresponding service manifest and runtime token references.
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.
Some third-party application charts do not expose Wodby's conventional replica, naming, or backend-port controls. The public service-author documentation did not explain how to integrate those charts without weakening the existing multi-workload contract.
This change documents the explicit compatibility controls for per-workload replicas, chart-owned HPAs, unsupported
nameOverridebehavior, and public ports that must be rendered back into a chart.Summary
workloads[].helm.replicasandworkloads[].helm.managedReplicas, including validation and HPA ownershiphelm.valueMappings.disableNameOverrideopt-out and its selector requirementsredeployOnPublicPortChangeandrouteToPublicPortfor dynamic TCP and UDP backend portsValidation
mkdocs build --strictgit diff --checkRollout
Publish these docs after the corresponding service-manifest fields are available in the platform release.