rdev/deployments/k8s/base/kustomization.yaml
jordan 8db06a32ec chore: Remove obsolete dedicated claudebox pods
The shared worker pool (claudebox-0) now handles all project builds
with dynamic git cloning. The dedicated per-project pods were stuck
in Init state and are no longer needed.

Removed:
- claudebox-aeries StatefulSet and PVC
- claudebox-pantheon StatefulSet and PVC
- Associated secrets and configmaps (deleted from cluster)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 01:15:17 -07:00

33 lines
872 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: rdev
resources:
- namespace.yaml
# Shared worker claudebox (runs all project builds)
- pvc.yaml
- pvc-shared-claude.yaml
- claudebox.yaml
- configmaps.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
commonLabels:
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/part-of: rdev