-
Notifications
You must be signed in to change notification settings - Fork 103
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
feature: Helm chart for Kubernetes deployment #911
Conversation
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA 1 out of 2 committers have signed the CLA. |
I have read the CLA Document and I hereby sign the CLA recheck |
I have read the CLA Document and I hereby sign the CLA |
recheck |
@tolbrino thank you for your contribution.
This is not something that we need for the project. My recommendation is to fork the repository and change it according to your needs. At the moment we won't specify on how the service should be deployed and the respective resources (that is up to each team using it). This applies to the suggested kubernetes configuration. |
Closing. Moved helm chart into https://github.com/hoprnet/safe-charts |
What was wrong? 👾
The repository was lacking a Helm chart for Kubernetes deployment.
How was it fixed? 🎯
The Helm chart was added at
charts/safe-config-service
, a location adhering to Helm best-practises. The helper script atscripts/build-and-publish-helm-chart.sh
can be used for releasing new versions of the Helm chart. Documentation of the chart is atcharts/safe-config-service
.This chart is already used successfully to run the Safe infrastructure in Kubernetes.
Sibling PRs