re add navidrome

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2026-05-17 15:23:30 -04:00
parent 0b69038d79
commit adc6cdb0bc
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
14 changed files with 44 additions and 1 deletions

View file

@ -7,4 +7,4 @@ resources:
- tetragon-core.yaml
- tetragon-policies.yaml
- forgejo.yaml
- navidrome.yaml

View file

@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: navidrome
namespace: argocd
annotations:
argoproj.io/sync-wave: "0"
spec:
project: default
source:
repoURL: https://github.com/gwg313/homelab-gitops.git
targetRevision: main
path: apps/navidrome
destination:
server: https://kubernetes.default.svc
namespace: navidrome
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true