arun9theja / springboot-helm-chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

springboot-helm-chart

To install Helm chart:

helm --install springboot ./springboot/ --set serviceAccount=true

To upgrade helm chart:

helm upgrade --install ./springboot springboot/

Your app will be running on port 33333.

Bu default kept image repo and tag as below in values.yaml

image:
  repository: tushardashpute/springboohello
  tag: latest

if you want you can override it using:

helm upgrade --install springboot ././springboot/ --set image.tag=2

About


Languages

Language:Smarty 100.0%