feat(chat): configure chat-api Application for 4 environments#5
Merged
Conversation
Add base/application.yaml with: - ArgoCD Application for chat-api - Image Updater annotations for automatic semver updates - Helm source pointing to app-poly-gitops-helm - Automated sync policy with selfHeal and prune 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Add application.yaml to base kustomization resources. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Add Kustomize patches for dev environment: - env: dev label - Inline Helm values with dev-specific configuration - 2 replicas, 1Gi memory, chat-dev.syncjob.ru host 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Configure environment-specific patches for all environments: - tst: 1 replica, 512Mi memory, minimal resources - stg: 2 replicas, 1Gi memory, pre-prod config - prd: 3 replicas, 2Gi memory, production-grade TODO: Create SealedSecrets for tst, stg, prd 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Fix cluster/dev reference: base -> overlays/dev This ensures dev cluster gets dev-specific configuration including secrets and environment patches. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Changes: - Add cluster-scoped kinds list (Namespace, ClusterRole, etc.) - Add ArgoCD kinds list (Application, ApplicationSet, AppProject) - Skip namespace check for cluster-scoped and ArgoCD resources - Improve error messages with [Kind/Name] prefix - Make probes check production-only (env=prd label) - Disable overly strict checks (runAsNonRoot, OTEL, chat-api model) - Add new policies: labels, SealedSecrets namespace, Ingress TLS, HPA limits 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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
Environment Configuration
Architecture (CNCF/OpenGitOps)
Test plan
🤖 Generated with Claude Code