feat: staging deploy infrastructure - #69
Open
dddictionary wants to merge 1 commit into
Open
Conversation
- workflow_dispatch-only deploy-staging.yml builds :staging-<sha> image and applies k8s/staging manifests - k8s/staging mirrors prod under portfolio-staging namespace with its own mariadb + ingress on staging.4brar.me - scripts/setup-staging-secrets.sh uploads STAGING_* GH Actions secrets from a local env file - staging.env.example documents required values
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
workflow_dispatch-onlydeploy-staging.ymlthat builds a:staging-<sha>image and appliesk8s/staging/manifests against theportfolio-stagingnamespace.k8s/staging/with its own MariaDB StatefulSet (2Gi PVC) and ingress onstaging.4brar.mevianginx-internal.scripts/setup-staging-secrets.sh(uploads STAGING_* GH Actions secrets from a local env file) andstaging.env.exampledocumenting required values..gitignoreto cover.env.*(keepsexample.env+staging.env.exampletracked) andclient_secret*.json.No prod paths are touched.
Test plan
gh workflow run deploy-staging.yml --ref feat/bookingsucceeds end-to-endstaging.4brar.meserves the site, healthcheck passeskubectl -n portfolio-staging get podsshowsbackend+mariadbRunning