-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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 questions #914
Comments
Thanks for working on a helm chart to contribute to the project! I don't have much experience with Kubernetes or Helm, but is there something wrong with the current deployment file we have included in the repository? |
Hi Dean! Nothing bad with that deployment file but as you can see everything is hardcoded, Ingress, persistence and security missing as well, all the aspect I want to cover with the helm chart, simpler to install and to adapt just by passing user’s custom vaiues. |
In that case then, feel free to open a PR replacing the old chart. For the project storage, I'd recommend using |
Ok thanks |
…, volumes, secrets
I think we @deansheather and @MichaelDesantis has worked already on this so I'll be closing this off. |
What happened to the |
@InsOpDe it's my question too :) |
Where does one find the helm chart now? |
No plans for a helm chart at the moment. Is the docker container not enough? |
Not enough of course, to deploy it on K8s cluster. |
Hopefully not because extending this solution to be more useful steps on the toes of the enterprise paid version. |
Not at all! We only removed all these configs (k8s, helm, aws etc.) as no one was maintaining them in favour of a streamlined guide/docs. However, given the demand within the issue tracker for these configs, we were obviously wrong and I've created #2012 to rectify this. |
Came here looking for a chart as well. |
Just wanted to comment that I found this issue while looking for an official chart. Will be watching this. Curious how folks are interested in using it in k8s, as I could try my hand at putting something together for a PR. |
Hi everyone and thanks for your hard work guys, the project is amazing.
As in the subject, i am developing an helm chart to contribute the project and i have some questions, let me start with the simplest one:
Do you see any contraindication to mount the persistence storage on
/home/coder
rather than the default path you suggest/home/coder/project
?The text was updated successfully, but these errors were encountered: