Files
argocd-apps/apps/base/arrstack/kustomization.yaml
T
unkin-agent 8f7e8c5679
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
Deploy mediamover v0.1.0 into arrstack
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).
2026-08-22 23:33:55 +10:00

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