railiance-apps/helm/reuse-surface-values.yaml
tegwick dbbab9139c
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Bump reuse-surface to main-6cbc862 (REUSE-WP-0020-T09)
Revision 9 redeployed main-b035664 because the tag was never bumped, so the
T09 composed-index invalidation fix did not reach production. main-6cbc862 is
the CI build of that commit; manifest verified to resolve.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-21 16:20:58 +02:00

32 lines
1.4 KiB
YAML

# Production overrides for reuse-surface federation hub.
# Runtime secrets: ExternalSecret reuse-surface-runtime -> Secret reuse-surface-env
# (OpenBao path platform/workloads/reuse/reuse-surface/runtime-secrets, CCR-2026-0005).
# See docs/reuse-surface-on-railiance01.md#runtime-secrets
image:
# Was "e3ae22e" — a Gitea-era tag that does NOT exist in the Forgejo registry
# (tags/list: latest, main-b035664, main-bca7165, main-f9d957a). The pinned
# value could not be pulled, so any restart risked ImagePullBackOff.
# main-b035664 is a CI build of reuse-surface main and includes the compose
# hardening that keeps one malformed member index from 500-ing the federated
# endpoint. See REUSE-WP-0020-T05.
tag: "main-6cbc862"
landing:
enabled: true
title: "REUSE federation endpoint"
eyebrow: "reuse.coulomb.social"
body: "This is the Railiance REUSE capability federation service. It is an API endpoint for automated clients and operators; there is no browser login for this service."
buttonLabel: "Open federated index"
primaryUrl: "/v1/federated"
links:
- label: "Health check"
url: "/health"
- label: "Federated capability index"
url: "/v1/federated"
- label: "Operator runbook"
url: "https://forgejo.coulomb.social/coulomb/railiance-apps/src/branch/main/docs/reuse-surface-on-railiance01.md"
ingress:
redirectHttp:
enabled: true