Skip to content
Snippets Groups Projects
Verified Commit 1a119877 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

feat: move jellyfin config into config volume

parent 119394ff
No related branches found
No related tags found
No related merge requests found
Pipeline #2943 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: jellyfin
description: Helm Chart for Jellyfin
type: application
version: 1.1.0
version: 1.2.0
appVersion: "10.8.7"
......@@ -27,8 +27,6 @@ spec:
volumes:
- name: config
{{- .Values.volumes.config | nindent 10 }}
- name: data
{{- .Values.volumes.data | nindent 10 }}
- name: media
{{- .Values.volumes.media | nindent 10 }}
containers:
......@@ -58,8 +56,6 @@ spec:
volumeMounts:
- mountPath: /config
name: config
- mountPath: /config/data
name: data
- mountPath: /media
name: media
{{- with .Values.nodeSelector }}
......
......@@ -18,8 +18,6 @@ ingress:
annotations: {}
volumes:
data: |-
emptyDir: {}
config: |-
emptyDir: {}
media: |-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment