mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-12 21:30:39 +05:30
Proper README (#1)
This commit is contained in:
parent
b34176b7ec
commit
c1c35ef639
26
README.md
26
README.md
@ -1,6 +1,26 @@
|
||||
# Piped deployment on Kubernetes
|
||||
# Piped-Kubernetes
|
||||
|
||||
WORK IN PROGRESS
|
||||
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/piped-kubernetes)](https://artifacthub.io/packages/search?repo=piped-kubernetes)
|
||||
|
||||
This repo will house a Helm chart for Kubernetes deployments.
|
||||
## 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 is set up properly, add the repo as follows:
|
||||
|
||||
```console
|
||||
helm repo add TeamPiped https://helm.piped.video/
|
||||
```
|
||||
|
||||
You can then run `helm search repo TeamPiped` to see the charts.
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Bugs or feature requests should be opened in an [issue](https://github.com/TeamPiped/Piped-Kubernetes/issues/new/choose).
|
||||
|
||||
|
||||
## License
|
||||
|
||||
[AGPL License](./LICENSE)
|
||||
|
Loading…
Reference in New Issue
Block a user