-
Notifications
You must be signed in to change notification settings - Fork 409
Description
Is your feature request related to a problem? Please describe.
A distributed and horizontally scalable version of this application brings a lot of interest into the project and running it mainstream. Creating a HELM chart as first step and then make it horizontally scalable could proceed after. This should also give a way to export all configurations / mount as volume and use it for next deployment because these all should be / act as stateless services.
Describe the solution you'd like
A bare bone version HELM chart that can deploy these services as is to a kubernetes cluster should be good.
Describe alternatives you've considered
Creating a own helm chart or use docker compose but this wouldn't give us consistency on restarts.
Additional context
Features requested in HELM chart are
- Ingress Settings
- SSL options with ingress
- Supporting K8s volumes
- Horizontally scalable api services
- Reader Nodes for Postgresql
- Integration or posting extra metrics for Prometheus about prompts endpoints