-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,26 @@ | ||
# Piped deployment on Kubernetes | ||
# Piped-Kubernetes | ||
|
||
WORK IN PROGRESS | ||
[](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) |