Skip to content

codefactoryhu/ms-demo-helm

Repository files navigation

ms-demo

Description

A Helm project that packages ms-demo-spring-boot application with its dependencies.

Prerequisites

  • Helm
  • Kubernetes cluster

Installation

Install from OCI registry

  1. Login to Helm repository:

    helm registry login -u {github-user} ghcr.io
  2. Install Helm chart

    helm install ms-demo oci://ghcr.io/codefactoryhu/ms-demo --version={version}

Install from source

  1. Clone the repository:

    git clone https://github.com/codefactoryhu/ms-demo-helm.git
  2. Change into the project directory:

    cd ms-demo-helm
  3. Install the dependencies:

    helm dependency update
  4. Customize the configuration by modifying the values.yaml file.

  5. Deploy the Helm chart:

    helm install ms-demo .