fix: add kubectl, update charts
This commit is contained in:
@@ -5,15 +5,9 @@ repositories:
|
||||
url: https://jellyfin.github.io/jellyfin-helm
|
||||
|
||||
releases:
|
||||
- name: longhorn
|
||||
namespace: longhorn-system
|
||||
chart: longhorn/longhorn
|
||||
version: 1.8.1
|
||||
values:
|
||||
- values/longhorn-values.yaml
|
||||
- name: jellyfin
|
||||
namespace: media
|
||||
chart: jellyfin/jellyfin
|
||||
version: 2.3.0
|
||||
version: 2.7.0
|
||||
values:
|
||||
- values/jellyfin.yaml
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
resources:
|
||||
- ./longhorn/ingress.yaml
|
||||
@@ -1,18 +0,0 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: longhorn-frontend
|
||||
namespace: longhorn-system
|
||||
|
||||
spec:
|
||||
rules:
|
||||
- host: longhorn.local
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Exact
|
||||
backend:
|
||||
service:
|
||||
name: longhorn-frontend
|
||||
port:
|
||||
number: 80
|
||||
@@ -1,13 +1,5 @@
|
||||
ingress:
|
||||
enabled: true
|
||||
anontations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web
|
||||
hosts:
|
||||
- host: jellyfin.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
|
||||
persistence:
|
||||
config:
|
||||
size: 5gi
|
||||
media:
|
||||
size: 10Gi
|
||||
size: 5Gi
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: "web"
|
||||
host: longhorn.local
|
||||
path: /
|
||||
Reference in New Issue
Block a user