rdev/internal/adapter/deployer
jordan b7d0e84946
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix(deploy): create component deployments with 0 replicas to prevent ImagePullBackOff
Components are scaffolded before CI builds their images. Previously deployments
started with 1 replica, causing ImagePullBackOff until the first build completed.
Now deployments start at 0 replicas; CI deploy steps scale to 1 after verifying
the image exists in the registry.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 10:16:14 -07:00
..
deployer_components.go feat: implement composable monorepo template system with component architecture 2026-01-31 19:11:42 -07:00
deployer_undeploy_test.go feat: label-based undeploy, GC reconciliation, checkout/sessions, pool status 2026-02-09 19:11:28 -07:00
deployer.go fix(deploy): create component deployments with 0 replicas to prevent ImagePullBackOff 2026-02-10 10:16:14 -07:00
k8s_client_mock_test.go feat: add path-based ingress management for component lifecycle 2026-02-04 01:31:50 -07:00
k8s_client.go feat: label-based undeploy, GC reconciliation, checkout/sessions, pool status 2026-02-09 19:11:28 -07:00
resources_ingress.go feat: add path-based ingress management for component lifecycle 2026-02-04 01:31:50 -07:00
resources_test.go feat: add path-based ingress management for component lifecycle 2026-02-04 01:31:50 -07:00
resources.go feat: add structured logging infrastructure and SDLC extensions 2026-02-04 22:56:04 -07:00