diff --git a/jellyfin/templates/deploy.yaml b/jellyfin/templates/deploy.yaml index c5fac25..d636430 100644 --- a/jellyfin/templates/deploy.yaml +++ b/jellyfin/templates/deploy.yaml @@ -12,7 +12,9 @@ spec: app: {{ .Release.Name }} spec: containers: - - env: + - image: jellyfin/jellyfin:10.6.4 + name: jellyfin + env: - name: NODE_NAME valueFrom: fieldRef: @@ -28,8 +30,6 @@ spec: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - image: jellyfin/jellyfin:10.6.4 - name: jellyfin ports: - containerPort: 8096 protocol: TCP