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

https://github.com/diocrafts/helm-charts-templates


https://github.com/diocrafts/helm-charts-templates

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# helm-servicetemplate
Helm Service Template - tested on Python and Go apps but should work pretty much with anything.

# Usage

## Package the helm chart
`helm package ./service_template` and commit the new version into your remote chart repo.
I use Github Pages for myself and it is hosted here: https://github.com/koslib/mycharts.

## Releases

Install a new release or upgrade:

```
helm install -f

helm upgrade -f
```

Of course you can also let helm detect if release already exists otherwise install it with

```
helm upgrade --install ...
```

# Contributions

Feel free to let me know of any feedback, open issues if you encounter any or submit your PullRequests!