rdev/deployments/k8s/base/kustomization.yaml
jordan 96219a647f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add POST /projects/{id}/notify/reprovision to migrate notify host
Implements ReprovisionNotifyHost to migrate a project's email sending
from an old notify host to a new one (e.g., from project-name-based to
slug-based host). Preserves the project's notify account and send key.

- Adds ReprovisionNotifyHost to port.NotifyProvisioner interface
- Implements revokeHostAccess on notifyAdminAPI + adminClient
- Implements Provisioner.ReprovisionNotifyHost (12-step migration)
  in provisioner_reprovision.go (split to keep provisioner.go < 500 lines)
- Adds NotifyHandler.Reprovision handler (POST /notify/reprovision)
- Updates OpenAPI spec with reprovision endpoint

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 21:28:59 -07:00

44 lines
1.3 KiB
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: rdev
resources:
- namespace.yaml
# Storage classes (must be applied before PVCs)
- storageclass-rwx.yaml
# Shared worker claudebox (runs all project builds)
- pvc.yaml
- claudebox.yaml
- configmaps.yaml
# Playwright pod for visual verification
- playwright-pod.yaml
- playwright-scripts-configmap.yaml
# NOTE: secrets.yaml and credentials.yaml contain real keys and are gitignored.
# Copy from *.example files and fill in real values before deploying.
- secrets.yaml # from secrets.yaml.example
- credentials.yaml # from credentials.yaml.example
# v0.4+ - API Server (RBAC now included in rdev-api.yaml)
- rdev-api.yaml
# Woodpecker CI RBAC - allows deploy steps to update deployments in projects namespace
- woodpecker-deployer-rbac.yaml
# v0.8+ - Production hardening
- pdb.yaml
- network-policy.yaml
# Wildcard TLS for session preview URLs
- preview-cert.yaml
# Citadel log agent: ships rdev/projects namespace container logs to rdev Citadel environment.
# Uses namespace-filtered globs (*_rdev_*, *_projects_*) so only rdev platform logs
# land in the rdev tenant. The Citadel Helm chart's DaemonSet handles infra/k3s logs separately.
- rdev-logs-agent.yaml