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

Helm chart for kubernetes deployment #22

Open
aschroeder27 opened this issue Mar 8, 2023 · 5 comments
Open

Helm chart for kubernetes deployment #22

aschroeder27 opened this issue Mar 8, 2023 · 5 comments

Comments

@aschroeder27
Copy link

Is your feature request related to a problem? Please describe.
I want to deploy EspoCRM in a local kubernetes cluster, but there is no official helm chart.

Describe the solution you'd like
This would be solved by providing an official helm chart.

@RoSk0
Copy link

RoSk0 commented Aug 4, 2024

Hi, we, Catalyst, are using EspoCRM internally for number of years now and for our own and the community benefit decided to create a Helm chart and open source it.

I am working on it and already have a proof of concept running. Expecting to have MVP version in the next couple of weeks.

From our point of view, this Helm chart repository should be part of the EspoCRM group/organization. @yurikuzn @tmachyshyn would you be willing accept that? If so, what do you see as the next steps?

@RoSk0
Copy link

RoSk0 commented Aug 15, 2024

A bit upsetting to have no feedback from maintainers in almost two weeks...

I believe MVP version is ready and functional. It was tested on production cluster and all the main function like, update from version to version, jobs daemon, WebSocket are all functional. Surely it has bug and things could be improved, but that will come later with the feedback from the real users.

Meanwhile, we are eager start using it in production set up, so until we have a permanent residency for it, it is published here https://gitlab.com/kroskolii/espocrm-chart .

@halvoru
Copy link

halvoru commented Nov 6, 2024

Hi,

I had a look at your helm chart, and we something similar. However, I was wondering how you do updates. We also mount "/var/www/html" as a PV.

@RoSk0
Copy link

RoSk0 commented Nov 6, 2024

I was wondering how you do updates.

I'm not, updates are handled by the image entrypoint @halvoru .

@halvoru
Copy link

halvoru commented Nov 7, 2024

Yes, I know. I should have been more specific.
We run our pods on a network without direct access to the Internet. In general we want a container to be immutable. Running update within the container on our OKD-cluster isn't exactly the way we want to do things. Basically we would like to build a image which we can test in our Dev-project. And after testing we can promote the image to Prod.

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

No branches or pull requests

3 participants