You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
No deployment artifacts exist. Getting ASB into a Kubernetes cluster currently requires hand-rolling manifests.
Required work
Helm chart with templates for:
Deployment for asb-api (configurable replicas, resource limits, probes)
CronJob or Deployment for asb-worker (configurable interval, single-replica)
Job for asb-migrate (run-once, pre-upgrade hook)
ServiceAccount with appropriate RBAC
Service and optional Ingress/IngressRoute
ConfigMap for non-secret configuration
ExternalSecret or Secret for signing keys, Vault token, GitHub credentials
PodDisruptionBudget for API
values.yaml with sensible defaults and clear comments
HA topology documentation: how many API replicas are safe, what happens if Redis goes down (fall back to in-memory budgets?), Postgres failover behavior
Failure mode guide: what happens when each dependency fails, what degrades vs. what goes hard-down
Summary
No deployment artifacts exist. Getting ASB into a Kubernetes cluster currently requires hand-rolling manifests.
Required work
asb-api(configurable replicas, resource limits, probes)asb-worker(configurable interval, single-replica)asb-migrate(run-once, pre-upgrade hook)sha-<full_git_sha>tagFiles
deploy/helm/asb/— chart directoryDockerfile— multi-stage build.github/workflows/— image build and push jobPriority
Low-medium — required for any real deployment but not blocking development.
🤖 Generated with Claude Code