Add ECR build/deploy pipeline scaffolding for EKS migration - #46
Draft
aravindgee wants to merge 2 commits into
Draft
Add ECR build/deploy pipeline scaffolding for EKS migration#46aravindgee wants to merge 2 commits into
aravindgee wants to merge 2 commits into
Conversation
SREP-2737: draft the GitOps side of the Render -> EKS deployment pipeline, modeled on doorway-kms's build-push-ecr.yml/verify-staging-image.yml and 3-source ArgoCD values pattern. Reuses the existing Dockerfile as-is; adds a new ECR-targeting workflow alongside (not replacing) the existing GHCR build.yaml, since that's still wired into the upstream Alto NPM-publish flow. Several config values are TODO placeholders pending confirmation from the team (hostnames, chain config, ElastiCache endpoints). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Per today's SREP-2737 meeting: secrets should be retrieved as files on the container, not env vars. The CLI has no file-path option for --executor-private-keys/--utility-private-key, so the shell wrapper now reads the mounted secret files itself via $(cat ...) instead of expanding env vars. Keeps SENTRY_DSN/BETTER_STACK_* as env vars since the app reads those directly from process.env, no CLI flag exists for them. Also sets replicas: 2, matching the meeting's zero-downtime/multi-replica cutover requirement (was previously unset, defaulting to the chart's underlying default).
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.
(Draft, work in progress)