Skip to content
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

feat: deploy jellyfin to media namespace #33

Merged
merged 1 commit into from
Jun 22, 2024
Merged

Conversation

d3adb5
Copy link
Owner

@d3adb5 d3adb5 commented Jun 22, 2024

Deploy Jellyfin, an alternative to Plex and Kodi, to the media
namespace.

Deploy Jellyfin, an alternative to Plex and Kodi, to the media
namespace.
@d3adb5 d3adb5 added the enhancement New feature or request label Jun 22, 2024
@d3adb5 d3adb5 self-assigned this Jun 22, 2024
Copy link

===== argoproj.io/Application argo-cd/jellyfin ======
0a1,49
> apiVersion: argoproj.io/v1alpha1
> kind: Application
> metadata:
>   finalizers:
>   - resources-finalizer.argocd.argoproj.io
>   labels:
>     argocd.argoproj.io/instance: app-of-apps
>   name: jellyfin
>   namespace: argo-cd
> spec:
>   destination:
>     namespace: media
>     server: https://kubernetes.default.svc
>   project: media
>   source:
>     chart: jellyfin
>     helm:
>       valuesObject:
>         ingress:
>           annotations:
>             cert-manager.io/cluster-issuer: letsencrypt
>           enabled: true
>           hostname: jellyfin.d3adb5.net
>           ingressClassName: nginx
>         jellyfin:
>           mediaVolumes:
>           - existingClaim: media-library-movies
>             name: movies
>             readOnly: true
>           - existingClaim: media-library-tv
>             name: tv
>             readOnly: true
>         persistence:
>           config:
>             enabled: true
>             volumeClaimSpec:
>               storageClassName: longhorn-nvme
>           data:
>             enabled: true
>             volumeClaimSpec:
>               storageClassName: longhorn-nvme
>     repoURL: https://djjudas21.github.io/charts
>     targetRevision: 3.0.1
>   syncPolicy:
>     automated:
>       prune: true
>       selfHeal: true
>     syncOptions:
>     - CreateNamespace=true

@d3adb5 d3adb5 merged commit 8a4ffaf into master Jun 22, 2024
1 check passed
@d3adb5 d3adb5 deleted the feat/deploy-jellyfin branch June 22, 2024 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant