diff options
| -rw-r--r-- | f3s/jellyfin/helm-chart/templates/deployment.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/f3s/jellyfin/helm-chart/templates/deployment.yaml b/f3s/jellyfin/helm-chart/templates/deployment.yaml index 595f7f5..722dfb9 100644 --- a/f3s/jellyfin/helm-chart/templates/deployment.yaml +++ b/f3s/jellyfin/helm-chart/templates/deployment.yaml @@ -27,9 +27,9 @@ spec: cpu: 2000m memory: 2Gi volumeMounts: - - name: jellyfin-config - mountPath: /config - volumes: + - name: jellyfin-config + mountPath: /config + volumes: - name: jellyfin-config persistentVolumeClaim: claimName: jellyfin-pvc |
