An open API service indexing awesome lists of open source software.

https://github.com/dbgjerez/helm-spring-boot-chart

Generic Helm chart to deploy a microservice
https://github.com/dbgjerez/helm-spring-boot-chart

helm k8s kubernetes microservice spring-boot

Last synced: about 1 year ago
JSON representation

Generic Helm chart to deploy a microservice

Awesome Lists containing this project

README

          

# helm-spring-boot-chart
Generic Helm chart to deploy a microservice

# Installation
To install the Chart:

```bash
$ helm package .
Successfully packaged chart and saved it to: /home/db/git/helm-spring-boot-chart/helm-spring-boot-chart-0.0.1-SNAPSHOT.tgz
```

# Deploy the Chart
```bash
$ helm install --name ms-test --values values.yml helm-spring-boot-chart-0.0.1-SNAPSHOT.tgz
```