Skip to content

snapp-incubator/snappcloud-status-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c0b01df · Feb 28, 2024

History

12 Commits
Jan 31, 2024
Feb 28, 2024

Repository files navigation

Helm Charts for SnappCloud Status page Services

Prerequisites

Before you begin, ensure you have Helm installed.

Usage

To use the Helm charts for each project, follow these steps:

  1. Add the repository:
helm repo add snappcloud-status-page https://snapp-incubator.github.io/snappcloud-status-backend/

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages.

  1. You can access to helm charts available within the repository via:
helm search repo snappcloud-status-page
  1. Install each Helm chart:
helm install my-release snappcloud-status-page/<chart-name>
  1. To uninstall each helm chart:
helm delete my-release