Skip to content
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

Upgrade GatewayD to v0.9.8 and Refactor Configuration Management #17

Merged
merged 4 commits into from
Sep 30, 2024

Conversation

sinadarbouy
Copy link
Contributor

This PR introduces the following updates and improvements:

  • Upgrade GatewayD version: Updated the app version from v0.9.7 to v0.9.8 in Chart.yaml.

  • Logging Configuration: Changed the default logging level from debug to info in gatewayd.yaml for production readiness.

  • Refactor ConfigMap: Removed the ConfigMap template and replaced it with environment variables defined via extraEnvVars in deployment.yaml, streamlining the configuration process.

    • Added support for overriding configurations using environment variables in values.yaml, providing better flexibility for GatewayD’s configuration.
    • Removed unused gatewayd client and logger configuration from values.yaml.
  • Bugfix: Fixed an indentation issue in serviceaccount.yaml related to automountServiceAccountToken.

- Bumped GatewayD app version from v0.9.7 to v0.9.8 in Chart.yaml.
…nt variables in deployment.yaml.

- Added support for extraEnvVars in values.yaml to configure environment variables for GatewayD.
- - Cleaned up unused gatewayd client and logger configurations in values.yaml.
Copy link
Member

@mostafa mostafa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🙏

@mostafa mostafa merged commit 0cd89bc into gatewayd-io:main Sep 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants