joaovictorino / helm-voting-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm sample project Voting Application

Add bitnami repository

helm repo add bitnami https://charts.bitnami.com/bitnami

Install postgresql

helm install my-postgresql bitnami/postgresql --version 14.0.5

Install redis

helm install my-redis bitnami/redis --version 18.13.0

Install dependencies in the Chart

helm dependency build

Create namespace

kubectl create ns labotatorio

Install chart

helm install votingapp ./votingapp -n labotatorio

Install chart with values

helm install -f values.yaml votingapp ./votingapp -n labotatorio

About


Languages

Language:Shell 100.0%