https://github.com/rtsp/helm-charts
RTSP Helm Charts
https://github.com/rtsp/helm-charts
echo-server helm helm-charts
Last synced: 29 days ago
JSON representation
RTSP Helm Charts
- Host: GitHub
- URL: https://github.com/rtsp/helm-charts
- Owner: rtsp
- Created: 2022-05-13T16:57:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-12T13:24:34.000Z (about 2 months ago)
- Last Synced: 2026-02-12T22:09:01.574Z (about 2 months ago)
- Topics: echo-server, helm, helm-charts
- Language: Go Template
- Homepage: https://rtsp.github.io/helm-charts
- Size: 275 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RTSP Helm Charts
## Usage
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add rtsp https://rtsp.github.io/helm-charts
If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
rtsp` to see the charts.
To install the echo chart:
helm install my-echo rtsp/echo
To uninstall the chart:
helm delete my-echo