forked from ab/homelab
Added Jellyfin + qBittorent
This commit is contained in:
16
k8s/apps/jellyfin/kustomization.yaml
Normal file
16
k8s/apps/jellyfin/kustomization.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- app.yaml
|
||||
- qbittorent.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: jellyfin
|
||||
repo: https://utkuozdemir.org/helm-charts
|
||||
version: 2.0.0
|
||||
releaseName: jellyfin
|
||||
namespace: jellyfin
|
||||
valuesFile: values.yaml
|
||||
includeCRDs: true
|
||||
|
Reference in New Issue
Block a user