add setenv

This commit is contained in:
ducoterra
2021-02-05 21:16:45 -05:00
parent 1573b97f62
commit d6c86439df
4 changed files with 16 additions and 9 deletions

View File

@@ -1,5 +1,15 @@
# Jellyfin
## Install
```bash
# Set up the media pv
kubectl apply -f media.yaml
# Install jellyfin
helm upgrade --install jellyfin ./helm
```
## Setup
```bash