Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tendant/simple-app
A simple generic helm chart for kubernetes deployment
https://github.com/tendant/simple-app
Last synced: about 1 month ago
JSON representation
A simple generic helm chart for kubernetes deployment
- Host: GitHub
- URL: https://github.com/tendant/simple-app
- Owner: tendant
- Created: 2020-05-05T01:43:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T20:44:00.000Z (over 3 years ago)
- Last Synced: 2024-10-12T13:31:21.697Z (2 months ago)
- Language: Mustache
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple generic helm 3 chart for Kubernetes
## TL;DR
```bash
$ helm repo add simple-app https://blog.leiwang.info/simple-app
$ helm search repo simple-app/simple-app
$ helm repo update
$ helm install my-release simple-app/simple-app
```