-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update Documentation to Reflect GatewayD’s Support for Multiple Proxies and Configuration Blocks #61
Update Documentation to Reflect GatewayD’s Support for Multiple Proxies and Configuration Blocks #61
Conversation
@sinadarbouy is attempting to deploy a commit to the GatewayD Labs Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! The environment variables section of the configurations should also be updated to account for configuration blocks.
- Update configuration example to reflect new nested block structure for clients and servers - Adjust environment variable section to include the new five-part structure - Update Mermaid diagram to illustrate the five-part environment variable breakdown
hmm added doc related here but did not notice the environment variable for block or nested configurations for GatewayD. It probably needs to be checked and a test case added for the environment variables if it does not already exist. I will take a look at it later. |
Co-authored-by: Mostafa Moradian <[email protected]> Signed-off-by: sina <[email protected]>
Co-authored-by: Mostafa Moradian <[email protected]> Signed-off-by: sina <[email protected]>
@sinadarbouy I think the config files and examples should be updated. |
@sinadarbouy I think this should be updated with the latest changes. |
- Added detailed descriptions for new load balancer configuration options: - `consistentHash` settings with `useSourceIp` parameter. - Support for `loadBalancingRules` and `distribution` parameters for strategies like `WEIGHTED_ROUND_ROBIN`. - Expanded possible values for `loadBalancer.strategy` to include `RANDOM` and `WEIGHTED_ROUND_ROBIN`. - Updated example configuration to reflect the new settings and provide clarity on usage.
Ticket
Closes #62
Description
This pull request updates the GatewayD documentation to include new information regarding the support for multiple proxies and configuration blocks. The changes ensure that the documentation accurately reflects recent updates and enhancements in GatewayD’s configuration capabilities. Key updates include: