fix(manifests): reconcile base manifests with MPP — add missing CP and api-server config#1450
Merged
markturansky merged 2 commits intomainfrom Apr 23, 2026
Merged
Conversation
…d api-server config Reconcile gaps found by comparing MPP overlay with base manifests: Control-plane Deployment: - Add RUNNER_IMAGE and MCP_IMAGE env vars so CP knows what images to use when creating runner Jobs and MCP sidecars - Add Vertex AI env vars (USE_VERTEX, CLOUD_ML_REGION, ANTHROPIC_VERTEX_PROJECT_ID, GOOGLE_APPLICATION_CREDENTIALS) sourced from the operator-config ConfigMap with optional: true, matching the pattern used by the operator and backend deployments - Add vertex-credentials volume mount (ambient-vertex secret, optional) API server Deployment: - Add pod-level securityContext (runAsNonRoot, seccompProfile: RuntimeDefault) to match project security conventions - Add resource limits to the migration init container (50m/128Mi requests, 500m/512Mi limits) matching the MPP overlay 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
✅ Deploy Preview for cheerful-kitten-f556a0 canceled.
|
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughTwo Kubernetes Deployment manifests receive configuration updates: the ambient control plane service gains environment variables for Vertex integration and a secret-backed volume mount, while the ambient API server service hardens its pod security context and constrains initContainer resources. Changes
Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (7 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Gaps found by comparing the MPP overlay (which works) with base+production manifests:
RUNNER_IMAGEandMCP_IMAGEenv vars so CP can create runner Jobs and MCP sidecars. Add Vertex AI env vars (USE_VERTEX,CLOUD_ML_REGION,ANTHROPIC_VERTEX_PROJECT_ID,GOOGLE_APPLICATION_CREDENTIALS) from theoperator-configConfigMap (alloptional: true), plusambient-vertexsecret volume mountsecurityContext(runAsNonRoot,seccompProfile: RuntimeDefault) per project conventions. Add resource limits to the migration init container (50m/128Mi → 500m/512Mi)Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Chores