rdev/deployments/k8s/base/kustomization.yaml
jordan 7249575dea
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat(sessions): add command execution endpoint and activity tracking
- Add POST /sessions/:id/exec endpoint for executing commands in sessions
- Add session activity tracking (last_activity_at timestamp)
- Add database migration 024 for session activity column
- Add comprehensive tests for session handlers and service layer
- Add wildcard TLS certificate for preview.threesix.ai subdomain
- Add infrastructure mocks for testing preview service
- Refactor preview cleanup logic to remove unused methods
- Add AIOS core documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-13 08:41:05 -07:00

39 lines
1003 B
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