Skip to content

Conversation

@yyahav
Copy link

@yyahav yyahav commented Jun 19, 2025

This PR introduces support for deploying the project on Kubernetes using Helm charts.

Key components include:

  • values.yaml: This file allows for easy configuration of the Kubernetes deployment. Users can modify parameters such as replica counts, image versions, resource requests, and more by editing this file.
  • _helpers.tpl: This file contains reusable template definitions to keep the Helm charts DRY and maintainable.
  • *-deployment.yaml: These files define the Kubernetes Deployment resources for each service (e.g. fe or be), specifying how the application pods should be created and managed.
  • *-service.yaml: These files define the Kubernetes Service resources for each service (e.g. fe or be), providing a stable endpoint to access the application within the cluster.
  • Read more about it in Helm charts docs

This addition provides an alternative deployment method to the existing docker-compose.yml, offering scalability and resilience benefits inherent to Kubernetes.

@stale
Copy link

stale bot commented Jul 20, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jul 20, 2025
@ludeknovy ludeknovy removed the wontfix This will not be worked on label Jul 22, 2025
@stale
Copy link

stale bot commented Aug 21, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Aug 21, 2025
@ludeknovy ludeknovy removed the wontfix This will not be worked on label Aug 22, 2025
@stale
Copy link

stale bot commented Sep 25, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Sep 25, 2025
@ludeknovy ludeknovy removed the wontfix This will not be worked on label Oct 5, 2025
@stale
Copy link

stale bot commented Nov 5, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Nov 5, 2025
@ludeknovy ludeknovy removed the wontfix This will not be worked on label Nov 8, 2025
@stale
Copy link

stale bot commented Dec 9, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants