2023-05-05 18:25:20 +00:00
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: "mediaserver-operator"
|
|
|
|
namespace: "argocd"
|
|
|
|
# DO NOT place the resource finalizer here. Since this is ArgoCD itself, it
|
|
|
|
# will never be able to finalize itself since it will have to delete itself
|
|
|
|
# before removing the finalizer.
|
|
|
|
spec:
|
|
|
|
project: default
|
|
|
|
destination:
|
|
|
|
namespace: "mediaserver"
|
|
|
|
name: in-cluster
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
prune: true
|
|
|
|
selfHeal: true
|
|
|
|
retry:
|
|
|
|
limit: 10
|
|
|
|
backoff:
|
|
|
|
duration: 5s
|
|
|
|
factor: 2
|
|
|
|
maxDuration: 3m0s
|
|
|
|
source:
|
|
|
|
repoURL: "https://github.com/jamesandariese/k8s-mediaserver-operator"
|
|
|
|
targetRevision: "v0.8.0"
|
|
|
|
path: helm-charts/k8s-mediaserver
|
|
|
|
helm:
|
|
|
|
values: |-
|
|
|
|
general:
|
2023-05-08 17:31:32 +00:00
|
|
|
pgid: 101 # administrators
|
|
|
|
puid: 1024 # admin
|
2023-05-05 18:25:20 +00:00
|
|
|
storage:
|
2023-05-08 17:19:30 +00:00
|
|
|
#pvcStorageClass: nfs
|
|
|
|
customVolume: true
|
|
|
|
volumes:
|
|
|
|
nfs:
|
|
|
|
server: 172.16.18.1
|
|
|
|
path: /volume1/k8s-volumes/mediaserver
|
2023-05-05 18:25:20 +00:00
|
|
|
ingress_host: media.strudelline.net
|
|
|
|
plex_ingress_host: plex.strudelline.net
|
2023-05-08 17:10:24 +00:00
|
|
|
jackett:
|
|
|
|
ingress:
|
|
|
|
tls:
|
|
|
|
enabled: true
|
|
|
|
secretName: wildcard-tls
|
2023-05-05 18:25:20 +00:00
|
|
|
plex:
|
|
|
|
ingress:
|
|
|
|
tls:
|
|
|
|
enabled: true
|
|
|
|
secretName: wildcard-tls
|
2023-05-08 17:10:24 +00:00
|
|
|
prowlarr:
|
|
|
|
ingress:
|
|
|
|
tls:
|
|
|
|
enabled: true
|
|
|
|
secretName: wildcard-tls
|
|
|
|
radarr:
|
|
|
|
ingress:
|
|
|
|
tls:
|
|
|
|
enabled: true
|
|
|
|
secretName: wildcard-tls
|
|
|
|
sabnzbd:
|
|
|
|
ingress:
|
|
|
|
tls:
|
|
|
|
enabled: true
|
|
|
|
secretName: wildcard-tls
|
2023-05-05 18:25:20 +00:00
|
|
|
sonarr:
|
|
|
|
ingress:
|
|
|
|
tls:
|
|
|
|
enabled: true
|
|
|
|
secretName: wildcard-tls
|
2023-05-08 17:10:24 +00:00
|
|
|
transmission:
|
|
|
|
ingress:
|
|
|
|
tls:
|
|
|
|
enabled: true
|
|
|
|
secretName: wildcard-tls
|