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
- Host: GitHub
- URL: https://github.com/dbgjerez/helm-spring-boot-chart
- Owner: dbgjerez
- Created: 2020-02-04T09:18:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T15:55:11.000Z (about 6 years ago)
- Last Synced: 2025-02-01T21:14:05.405Z (about 1 year ago)
- Topics: helm, k8s, kubernetes, microservice, spring-boot
- Language: Smarty
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```