chore: Update manifests after change

This commit is contained in:
2026-04-02 00:53:04 +00:00
parent 44fe372a7d
commit 70b3d7b3e7
35 changed files with 72 additions and 108 deletions

View File

@@ -43,18 +43,16 @@ spec:
secretKeyRef:
key: token
name: jellyfin-exporter-secret
image: rebelcore/jellyfin-exporter:v1.4.0
imagePullPolicy: IfNotPresent
image: rebelcore/jellyfin-exporter:v1.4.0@sha256:dd35d901df663141025670b4b44a62a178b331e9fa084b17016f6fba46343ce9
name: exporter
- env:
- name: TZ
value: US/Central
value: America/Chicago
- name: JELLYFIN_hostwebclient
value: "true"
- name: JELLYFIN_PublishedServerUrl
value: https://jellyfin.alexlebens.net/
image: ghcr.io/jellyfin/jellyfin:10.11.7
imagePullPolicy: IfNotPresent
image: ghcr.io/jellyfin/jellyfin:10.11.7@sha256:2b93aa3830dcd0aab7185c635e20edef1f8dc5d2e999768baf1724e88c078004
name: main
resources:
limits:
@@ -62,7 +60,7 @@ spec:
requests:
cpu: 1
gpu.intel.com/i915: 1
memory: 2Gi
memory: 1Gi
volumeMounts:
- mountPath: /cache
name: cache
@@ -74,8 +72,9 @@ spec:
name: youtube
readOnly: true
volumes:
- emptyDir: {}
name: cache
- name: cache
persistentVolumeClaim:
claimName: jellyfin-cache
- name: config
persistentVolumeClaim:
claimName: jellyfin-config

View File

@@ -14,8 +14,5 @@ spec:
data:
- secretKey: token
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/jellyfin/exporter
metadataPolicy: None
property: token

View File

@@ -14,8 +14,5 @@ spec:
data:
- secretKey: MEILI_MASTER_KEY
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/jellyfin/meilisearch
metadataPolicy: None
property: MEILI_MASTER_KEY

View File

@@ -23,7 +23,7 @@ spec:
name: jellyfin
namespace: jellyfin
port: 80
weight: 100
weight: 1
matches:
- path:
type: PathPrefix

View File

@@ -0,0 +1,17 @@
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: jellyfin-cache
labels:
app.kubernetes.io/instance: jellyfin
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: jellyfin
helm.sh/chart: jellyfin-4.6.2
namespace: jellyfin
spec:
accessModes:
- "ReadWriteOnce"
resources:
requests:
storage: "20Gi"
storageClassName: "ceph-block"

View File

@@ -7,8 +7,6 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: jellyfin
helm.sh/chart: jellyfin-4.6.2
annotations:
helm.sh/resource-policy: keep
namespace: jellyfin
spec:
accessModes:

View File

@@ -16,4 +16,4 @@ spec:
resources:
requests:
storage: "5Gi"
storageClassName: "local-path"
storageClassName: "ceph-block"

View File

@@ -92,4 +92,4 @@ spec:
resources:
requests:
cpu: 10m
memory: 128Mi
memory: 1Gi