-
-
Notifications
You must be signed in to change notification settings - Fork 137
2.2. Running
Rafał Lorenz edited this page Jul 3, 2021
·
4 revisions
To deploy application to the Kubernetes cluster using Helm you will typically follow these steps:
To build services repeat following steps for every one defined in ./cmd/ directory. Changing BIN= value to directory name from ./cmd/{service_name} path.
make docker-build BIN=userInstall dependencies
make helm-dependenciesmake terraform-installterraform applymake terraform-destroy