o2r packaging: core layer - relay container + Helm chart #46
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/otel-a2a-relay#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of #45 (per-layer isolated-unit packaging).
Layer:
core(otel-a2a-relay-corev0.3.0) - the only true long-running service in the stack: theo2r-relayJSON-RPC A2A HTTP server (otel_a2a_relay_core.server, entrypointo2r-relay).Python package already publishes. This issue adds the docker + helm legs.
Docker
o2r-relay.OTEL_EXPORTER_OTLP_ENDPOINT,OTEL_A2A_RELAY_PEERS.192.168.0.194:30500/otel-a2a-relay-core:<git-sha>(homelab registry, already live - see #45 comment).Helm
core/chart/(per-layer, not a mono-chart): Deployment + Service for the relay.OTEL_A2A_RELAY_PEERS), OTLP endpoint, replica count, image tag, resources.Acceptance
docker buildproduces a runnable relay image; pushed to the registry.helm installbrings the relay up on homelab k3s, reachable, emitting spans.