Skip to content

Update Volume Mounts for Plex and Jackett #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gespi1
Copy link

@gespi1 gespi1 commented Jul 22, 2025

Summary

This pull request updates the volume mount configurations for the Plex and Jackett Helm chart templates to improve storage management and configuration consistency.

Changes

  • Plex (plex-resources.yml):

    • Updated the mediaserver-volume mount for /downloads to use a dynamic subPath:
      - name: mediaserver-volume
        mountPath: /downloads
        subPath: "{{ .Values.general.storage.subPaths.downloads }}"
      This allows the downloads directory to be customized via Helm values, improving flexibility for different deployment scenarios.
  • Jackett (jackett-resources.yml):

    • Updated the mount path for Jackett configuration:
      mountPath: /config/Jackett
      This ensures Jackett’s configuration is stored in the correct directory, aligning with best practices and possibly fixing issues with persistent configuration.

Motivation

  • To provide more flexible and configurable storage options for Plex downloads.
  • To ensure Jackett’s configuration is mounted in the correct location for persistence and compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant