8f7e8c5679
Runs the mediamover server (API+UI on :8080) with mediafs mounted RW at /srv/src and the media-movies/media-tv PVCs as destinations; the SA/RBAC lets it spawn one worker Job per queued file. Exposed internally at mediamover.k8s.syd1.au.unkin.net via a dedicated internal Gateway (the arrproxy Gateway is external and hostname-locked).
23 lines
386 B
YAML
23 lines
386 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- vaultauth.yaml
|
|
- pv-media-tv.yaml
|
|
- pv-media-movies.yaml
|
|
- pv-mediafs.yaml
|
|
- pvc-media-tv.yaml
|
|
- pvc-media-movies.yaml
|
|
- pvc-mediafs.yaml
|
|
- media-bucket.yaml
|
|
- backups-bucket.yaml
|
|
- postgres
|
|
- sonarr
|
|
- radarr
|
|
- prowlarr
|
|
- nzbget
|
|
- arrproxy
|
|
- mediamover
|