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

Enhancing Prefect Server Helm Chart for Sidecar Containers #314

Closed
baisystems opened this issue Apr 4, 2024 · 0 comments · Fixed by #318
Closed

Enhancing Prefect Server Helm Chart for Sidecar Containers #314

baisystems opened this issue Apr 4, 2024 · 0 comments · Fixed by #318
Assignees

Comments

@baisystems
Copy link
Contributor

Currently, the chart supports sidecar containers by default through the extraContainers values specified in the values.yaml file. However, there’s a gap in the default behavior of the service itself.

The Prefect Server’s service exposes only a single service port (specifically, port 4200). While this suffices for basic functionality, we recognize that users often require additional features, such as logging, facilitated by sidecar containers. In a microservices architecture, it’s common to have multi-port services to accommodate these requirements.

To enhance the Prefect Server’s flexibility and usability, we propose modifying the Helm chart to create a multi-port service by default. This adjustment will allow users to seamlessly incorporate sidecar containers without manual configuration.

I plan to address this issue by submitting a pull request in the coming days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants