docs(examples): add standalone and complete deployment examples#134
Draft
gavinelder wants to merge 2 commits intomasterfrom
Draft
docs(examples): add standalone and complete deployment examples#134gavinelder wants to merge 2 commits intomasterfrom
gavinelder wants to merge 2 commits intomasterfrom
Conversation
Add AWS ALB-based example values files to each subchart showing how to deploy independently of the parent platform chart. Add platform-level examples for a core-only deployment and a full-stack deployment with all subcharts enabled. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
c621d3b to
754191b
Compare
Snapshot updates from rebasing onto master after #131 (platformServiceAddress required); license-header bumps from the pre-commit auto-fixer. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
examples/standalone.yamlto each subchart (agent-backend,mcp,portal-web,studios,wave) showing how to deploy independently of the parentplatformchart, using AWS ALB ingresscharts/platform/examples/platform-only.yaml— minimal core Platform deployment with all optional subcharts disabledcharts/platform/examples/complete.yaml— full-stack deployment with all subcharts enabledAll examples follow consistent conventions:
existingSecretNamepattern for credentialshelm repo add/helm show valuesworkflow in the headerTest plan
helm show values seqera/<chart>workflow matches the deploy instructions🤖 Generated with Claude Code