Skip to content

veera-damisetti/helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Helm Charts

Overview

This repository contains Helm charts to simplify the deployment of a sample MySQL application. Helm is a package manager for Kubernetes that makes it easy to define, install, and upgrade even the most complex Kubernetes applications.

Helm Charts

1. MySQL Helm Chart

Description

This Helm chart simplifies the deployment of a MySQL database in a Kubernetes cluster. It includes configurable parameters to customize the deployment according to your specific needs.

You can download and install helm from here

Usage

  1. Clone the repository:

    git clone https://github.com/veera-damisetti/helm.git
    
  2. Go to the directory

    cd helm/
    
  3. Install mysql application on your cluster

    helm install <name for release > mysql-app/ --values mysql-app/values.yaml
    

Releases

No releases published

Packages

No packages published