mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-26 01:10:12 +00:00
re add navidrome
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
0b69038d79
commit
adc6cdb0bc
14 changed files with 44 additions and 1 deletions
6
apps/kustomization.yaml
Normal file
6
apps/kustomization.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- forgejo
|
||||||
|
- navidrome
|
||||||
14
apps/navidrome/kustomization.yaml
Normal file
14
apps/navidrome/kustomization.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
|
- pv.yaml
|
||||||
|
- pvc.yaml
|
||||||
|
- iscsi-secrets-sealed.yaml
|
||||||
|
- navidrome-secrets-sealed.yaml
|
||||||
|
- configmap.yaml
|
||||||
|
- network-policy.yaml
|
||||||
|
- deployment.yaml
|
||||||
|
- service.yaml
|
||||||
|
- route.yaml
|
||||||
|
|
@ -7,4 +7,4 @@ resources:
|
||||||
- tetragon-core.yaml
|
- tetragon-core.yaml
|
||||||
- tetragon-policies.yaml
|
- tetragon-policies.yaml
|
||||||
- forgejo.yaml
|
- forgejo.yaml
|
||||||
|
- navidrome.yaml
|
||||||
|
|
|
||||||
23
management/platform-apps/navidrome.yaml
Normal file
23
management/platform-apps/navidrome.yaml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue