feat: onboard agent-runtime onto the deploy platform#12
Merged
Conversation
Adds platform/ contract files and three new workflows (deploy-preview, publish, release) that wire agent-runtime into the JorisJonkers-dev deploy platform. Two primary workloads are registered: agent-gateway (Kotlin Spring Boot, actuator health on port 8090) and agents-login (Node worker, /healthz on port 8081). The agent-runner images are published by publish.yml but are not part of the platform deploy contract (runner pods are managed by the gateway operator). release.yml is updated to the platform-strict pattern with mandatory App token and no GITHUB_TOKEN fallback. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deploy Preview — agent-runtimeEnvironments: production Image refs
SC-11 Readiness Scorecard
Updated by deploy-preview action on push to this PR. |
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.
Adds
platform/contract files and three new workflows (deploy-preview.yml,publish.yml,release.yml) that wire agent-runtime into the JorisJonkers-dev deploy platform.Changes:
platform/deployment.yml— v2 deployment contract with two workloads:agent-gateway(port 8090, actuator health) andagents-login(port 8081,/healthz); namespaceagents-system, layerapps-coreplatform/images.lock.json— zero-digest placeholder for CI validationplatform/render-local.sh— local CI-parity render scriptplatform/production.env— non-secret env values placeholder.github/workflows/deploy-preview.yml— SHA-pinned deploy validation on every platform/ PR.github/workflows/publish.yml— tag-triggered publish: all three images (agent-gateway, agent-runner, agents-login) → resolve digests → deploy artifact (using agent-gateway + agents-login) → homelab-deploy registry PR.github/workflows/release.yml— platform-strict release (App token mandatory, no GITHUB_TOKEN fallback); removes legacy publish-images and publish-deploy-bundle (those now live in publish.yml)All github-workflows refs pinned at
4b444f9a50edf76e4aea4148d73407c34a1e43a4(v0.12.1). Context ref:64d00fe(from homelab-deploy main.context-pins.yaml).