diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-31 08:58:56 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-31 08:58:56 +0200 |
| commit | e94e0a98faeaeb0d57509794af71a96e02e1b891 (patch) | |
| tree | 502b0d3c8504add7a2f7d3a151e7b7974ce1c8be | |
| parent | 5dd08f991c346a6fe13920ec3f5f7aea04b9e0ae (diff) | |
fix(jellyfin): remove read-only ConfigMap mount, let Jellyfin manage network.xml
Amp-Thread-ID: https://ampcode.com/threads/T-019c12b1-e861-773b-8f74-64b6c2255a5f
Co-authored-by: Amp <amp@ampcode.com>
| -rw-r--r-- | f3s/jellyfin/helm-chart/templates/deployment.yaml | 6 |
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 |
