feat(helm): add API component and Gateway API HTTPRoute support#3
Merged
lewisjared merged 10 commits intomainfrom Feb 23, 2026
Merged
feat(helm): add API component and Gateway API HTTPRoute support#3lewisjared merged 10 commits intomainfrom
lewisjared merged 10 commits intomainfrom
Conversation
Add ref-app API deployment to the Helm chart with service, ingress, and environment configuration. Add Gateway API HTTPRoute templates for both API and Flower as an alternative to traditional Ingress resources. Update docker-compose with ref-app service, restructure per-component ingress templates, and update documentation.
…emplates Add the core Kubernetes resource templates for the ref-app API component: deployment with health checks and env configuration, ClusterIP service, secret for environment variables, and serviceaccount with configurable automount.
Rename ref-app image to climate-ref-frontend across docker-compose and Helm values. Add platform: linux/amd64 to docker-compose services for cross-platform compatibility.
The integration test was failing with ETXTBSY because micromamba was being re-downloaded during the test run. Adding `ref providers setup` ensures conda environments and micromamba are ready before tests execute.
Adds a packaging workflow adapted from climate-ref that handles OCI chart publishing and end-to-end helm deployment testing on minikube. Moves helm-lint from ci.yml into the new workflow.
Chart renamed from `ref` to `climate-ref-aft` to avoid collisions with the climate-ref chart in the shared OCI registry. Updates all resource name references, OCI paths, and documentation.
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
gateway.networking.k8s.io/v1) HTTPRoute templates for both API and Flower as an alternative to traditional Ingress resourcesapi/,flower/)Test plan
helm lint helm/passeshelm templaterenders API HTTPRoute whenapi.httpRoute.enabled=truehelm templaterenders Flower HTTPRoute whenflower.httpRoute.enabled=trueparentRefs,hostnames,annotations, andlabelspopulate correctly