From 0ea2212fec46b9bad79415d1a1ee6e252a4b4418 Mon Sep 17 00:00:00 2001 From: Izzy Weinberg Date: Fri, 24 Jul 2026 11:07:02 +0300 Subject: [PATCH] feat(a2a): add FuzeFront as a2a-shared tenant (2nd live card) FuzeFront is public (clones tokenless), default branch master, serving role app-shell-platform (merged FuzeFront#383). Adds it to the multi-tenant a2a-shared tenant list so its card resolves at /.well-known/agent-card.json?tenant=FuzeFront. Argo syncs the values -> pod rolls -> repo-sync clones FuzeFront -> card serves. Co-Authored-By: Claude Opus 4.8 Claude-Session-Id: 17fb89fd-3579-433b-a6c4-9c9e7f3ec549 --- deploy/helm/a2a-shared/values-prod.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deploy/helm/a2a-shared/values-prod.yaml b/deploy/helm/a2a-shared/values-prod.yaml index d289a60..8b4fc32 100644 --- a/deploy/helm/a2a-shared/values-prod.yaml +++ b/deploy/helm/a2a-shared/values-prod.yaml @@ -78,6 +78,16 @@ a2a: provider: name: anthropic apiKeySecretRef: { name: a2a-provider-anthropic, key: api-key } # SealedSecret + # FuzeFront — public repo (clones tokenless), default branch master, shared app-layer role. + - tenant: FuzeFront + repo: izzywdev/FuzeFront + ref: master + enabled: true + entryRole: app-shell-platform + external: false + provider: + name: anthropic + apiKeySecretRef: { name: a2a-provider-anthropic, key: api-key } # SealedSecret deploy: replicas: 1