https://github.com/koslib/helm-servicetemplate
A complete helm chart to deploy services. Supports secrets via Helm Secrets.
https://github.com/koslib/helm-servicetemplate
helm helm-charts helm-templates
Last synced: about 1 year ago
JSON representation
A complete helm chart to deploy services. Supports secrets via Helm Secrets.
- Host: GitHub
- URL: https://github.com/koslib/helm-servicetemplate
- Owner: koslib
- Created: 2020-07-23T21:18:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T11:30:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T22:26:28.997Z (over 1 year ago)
- Topics: helm, helm-charts, helm-templates
- Language: Mustache
- Homepage:
- Size: 33.2 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!