A Helm project that packages ms-demo-spring-boot application with its dependencies.
- Helm
- Kubernetes cluster
-
Login to Helm repository:
helm registry login -u {github-user} ghcr.io
-
Install Helm chart
helm install ms-demo oci://ghcr.io/codefactoryhu/ms-demo --version={version}
-
Clone the repository:
git clone https://github.com/codefactoryhu/ms-demo-helm.git
-
Change into the project directory:
cd ms-demo-helm
-
Install the dependencies:
helm dependency update
-
Customize the configuration by modifying the
values.yaml
file. -
Deploy the Helm chart:
helm install ms-demo .