-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: use production configuration for envoy and haproxy configuration #154
Merged
nathanklick
merged 2 commits into
main
from
bugfix/153-haproxy-envoyproxy-production-config
Jul 10, 2023
Merged
feat: use production configuration for envoy and haproxy configuration #154
nathanklick
merged 2 commits into
main
from
bugfix/153-haproxy-envoyproxy-production-config
Jul 10, 2023
Conversation
This file contains 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
Signed-off-by: Deepak Mishra <deepak@swirldslabs.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #154 +/- ##
=========================================
Coverage 56.70% 56.70%
Complexity 144 144
=========================================
Files 36 36
Lines 723 723
Branches 73 73
=========================================
Hits 410 410
Misses 281 281
Partials 32 32 |
nathanklick
approved these changes
Jul 10, 2023
nathanklick
changed the title
using production configuration for envoy and haproxy configuration
feat: use production configuration for envoy and haproxy configuration
Jul 10, 2023
Signed-off-by: Nathan Klick <nathan@swirldslabs.com> # Conflicts: # charts/hedera-network/templates/configmaps.yaml
Kudos, SonarCloud Quality Gate passed! |
swirlds-automation
added a commit
that referenced
this pull request
Jul 18, 2023
## [0.3.0](v0.2.0...v0.3.0) (2023-07-18) ### Features * add unit tests to validate logging behaviors in Helm Client ([#151](#151)) ([5a826d2](5a826d2)) * implement backup uploader sidecar container ([#148](#148)) ([7854131](7854131)) * implement helm chart test ([#152](#152)) ([9321e4c](9321e4c)) * run code analysis as a separate privileged job ([#171](#171)) ([1da604d](1da604d)) * use production configuration for envoy and haproxy configuration ([#154](#154)) ([6f45361](6f45361)) ### Bug Fixes * Helm chart statefulset has incorrect config for uploader sidecars ([#150](#150)) ([eb52514](eb52514)) * root container should run in privilege mode as root user ([#146](#146)) ([f6d372b](f6d372b))
🎉 This PR is included in version 0.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Description
This pull request changes the following:
Uses production configuration for
Note:
current the containers are failing to start due to the configuration, this will be fixed before merging
Related Issues