-
-
Notifications
You must be signed in to change notification settings - Fork 28
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 to deploy metacatui on kuberntes #2368
Comments
Started a simple example for debugging purposes in https://github.com/NCEAS/metacatui/tree/feature-2368-helm-k8s This works by simply mounting the
At this point, this proof-of-concept is just meant to start discussion about the direction we should head, and possibly enable developers to more easily deploy metacatui for testing. |
Nice, thanks @mbjones ! If the intention is for development to continue on the |
Agreed on develop. I branched it from |
Describe the feature you'd like
Deploy metacatui to a Kubernetes cluster using helm.
As metacatUI is a simple web app, this mainly needs a mechanism to serve the files from a web server, and provide a config.js file for customization. It might also benefit from the ability to merge in custom themes.
Additional context
src
directory@artntek is working on a Kubernetes deployment of Metacat in NCEAS/metacat#1623 that also includes a MetacatUI install, but we likely want to install metacatui both standalone and as part of a subchart for flexible deployments.
The text was updated successfully, but these errors were encountered: