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

FR: helm chart to deploy private build server in k8s cluster #71

Open
daadu opened this issue Dec 6, 2021 · 4 comments
Open

FR: helm chart to deploy private build server in k8s cluster #71

daadu opened this issue Dec 6, 2021 · 4 comments

Comments

@daadu
Copy link

daadu commented Dec 6, 2021

While current docker-compose is great for local/small setup, it is not useful for production setup - like in k8s cluster. I recommend having a helm chart that can be used to easily deploy build server.

If the mongoose-os team is ok with it, I would like to contribute to this.

@rojer
Copy link
Contributor

rojer commented Dec 6, 2021

sure, send a PR

@daadu
Copy link
Author

daadu commented Dec 6, 2021

@rojer Can you give an idea what are these volumes for?

      -  /var/tmp/fwbuild-volumes:/var/tmp/fwbuild-volumes
      - /var/run/docker.sock:/var/run/docker.sock
      - /tmp/acme-challenge:/acme-challenge

@daadu
Copy link
Author

daadu commented Dec 6, 2021

also is docker socket mandatory - does the service require docker? can the other 2 volumes be ephemeral?

@rojer
Copy link
Contributor

rojer commented Dec 6, 2021

fwbuild-volumes is where all the build directories go.
docker socket is required because the manager itself starts docker containers for builds.
acme-challene is for letsencrypt certificate provisioning.

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

2 participants