joaovictorino / helm-spring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chart Helm para instalação da aplicação Spring PetClinic

Adicionando repositorio chart no helm

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

Instalando apache no cluster kubernetes

helm install apachesrv bitnami/apache

Atualizando o release

helm upgrade -f values_apache.yaml apachesrv bitnami/apache 

Consultar historico

helm history apachesrv

Voltar versão

helm rollback apachesrv 1

Instalando o Chart do projeto

helm install -f values_spring.yaml springapp ./springapp

About


Languages

Language:Shell 100.0%