-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up deployment's helm files #505
Conversation
…/ct-research into ausias/deploy-production
WalkthroughWalkthroughThe updates across various Helm configuration files for Changes
Recent Review DetailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Files skipped from review due to trivial changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
commit bf07f1c Author: Jean Demeusy <[email protected]> Date: Tue May 21 11:51:38 2024 +0200 Fix catch provider error gql (#519) commit 71f6003 Author: Jean Demeusy <[email protected]> Date: Mon May 20 23:01:23 2024 +0200 chore: Handle additional error cases in GraphQLProvider (#518) commit 65da931 Author: ausias-armesto <[email protected]> Date: Thu May 16 15:02:20 2024 +0200 Add documentation on how to connect to database (#517) * Add documentation on how to connect to database * Update helm/README.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> commit e1b4c0c Author: ausias-armesto <[email protected]> Date: Tue May 14 21:54:20 2024 +0200 Create automatic database backups (#516) * Create automatic database backups * remove character * rename backup commit 61357f9 Author: ausias-armesto <[email protected]> Date: Mon May 13 18:06:06 2024 +0200 Upgrade to version "saint-louis" (#515) commit 930e8a5 Author: ausias-armesto <[email protected]> Date: Wed May 8 14:39:04 2024 +0200 Upgrade clusterhoprd helm chart (#514) * Upgrade to make it work for new version of hoprd-operator * Upgrade version commit f61036e Author: ausias-armesto <[email protected]> Date: Wed May 8 14:32:16 2024 +0200 Upgrade to make it work for new version of hoprd-operator (#513) commit c28dc2a Author: ausias-armesto <[email protected]> Date: Fri May 3 16:15:48 2024 +0200 Fix typo in namespace (#511) commit 59c6905 Author: ausias-armesto <[email protected]> Date: Fri May 3 16:10:30 2024 +0200 Move the repository into the correct child (#510) * Move the repository into the correct child * Fixing secret rabbitMQ commit 91307e1 Author: Jean Demeusy <[email protected]> Date: Fri May 3 15:35:24 2024 +0200 Update Docker image repository URLs in values.yaml (#509) commit 711b2a9 Author: ausias-armesto <[email protected]> Date: Fri May 3 14:55:35 2024 +0200 Fixing pipeline tagging (#508) commit b2d4773 Author: ausias-armesto <[email protected]> Date: Fri May 3 14:30:15 2024 +0200 Using latest commit 5f745a3 Author: Jean Demeusy <[email protected]> Date: Fri May 3 13:53:36 2024 +0200 Clean up deployment's helm files (#505) * Scale deployment * fix * Adding envVars * quote * scale down * changing properties * updated prod env variables * deploy core and postman * change bucket name * Upgrading * fix url * add url x * adding secret x * new metrics * changing * update safe secrets * increase concurrency to 5 * pointing to instance 0 of the RabbitMQ * fix pod name * change to static IP * updated to correct url * revert * Distributing auto-funding across different time-zones * Update configuration values for ctdapp in staging environment and default values * Update configuration values for ctdapp in staging environment and default values * Secrets updated --------- Co-authored-by: ausias-armesto <[email protected]> commit fdd223c Author: Jean Demeusy <[email protected]> Date: Fri May 3 13:49:24 2024 +0200 Update Docker image repository URLs (#506) * Update Docker image repository URLs in values.yaml * Update workflows * Updating tag --------- Co-authored-by: ausias-armesto <[email protected]>
Cleaned-up the deployment files.
The common values between staging and production have been set as such. Specific staging parameter also, except for some secrets that needs to be done.
Also changed the
tag
structure to be next toreplicaCount
andenvParameters
for each module.Summary by CodeRabbit
New Features
Enhancements
Bug Fixes
Documentation