summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--f3s/jellyfin/helm-chart/templates/deployment.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/f3s/jellyfin/helm-chart/templates/deployment.yaml b/f3s/jellyfin/helm-chart/templates/deployment.yaml
index 78ba6d4..2133ead 100644
--- a/f3s/jellyfin/helm-chart/templates/deployment.yaml
+++ b/f3s/jellyfin/helm-chart/templates/deployment.yaml
@@ -33,9 +33,6 @@ spec:
mountPath: /media/libraries
- name: jellyfin-data
mountPath: /data
- - name: network-config
- mountPath: /config/config/network.xml
- subPath: network.xml
volumes:
- name: jellyfin-config
persistentVolumeClaim:
@@ -46,9 +43,6 @@ spec:
- name: jellyfin-data
persistentVolumeClaim:
claimName: jellyfin-data-pvc
- - name: network-config
- configMap:
- name: jellyfin-network-config
---
apiVersion: v1
kind: Service