-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feat] Deploy backend and mongodb service to Kubernetes #9
Conversation
@Raffone17 thanks for your contribution. However for the time being would you be able to sanitize your PR and have Super-Linter pass? |
Testing PR on cluster rfid-staging Logged in as root@rfid-staging mkdir -p ~/github/aquariophilie
cd ~/github/aquariophilie
git clone https://github.com/aquariophilie/node-koa-boilerplate
cd node-koa-boilerplate
git checkout feature/5-deploy-application-to-kubernetes Result:
Install snap install helm --classic Now follow the instructions in toplevel cd chart
helm install my-release koa-mongo-k8s Result:
Verify using Notice that the URL (
TODO: Figure out how to publicly access the backend API URL |
For The Records: I managed to access the backend API URL using Lens - The Kubernetes IDE using the following procedure:
|
@Raffone17 I believe I sorted out the problems which made Super-Linter fail, please review and merge #11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a couple of cosmetic fixes.
Apart from that, LGTM.
No description provided.