mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 00:21:00 +00:00
add audiobookshelf
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
bbbb96bd6a
commit
d8e2543152
25 changed files with 110 additions and 331 deletions
23
management/platform-apps/audiobookshelf.yaml
Normal file
23
management/platform-apps/audiobookshelf.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: audiobookshelf
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argoproj.io/sync-wave: "0"
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/gwg313/homelab-gitops.git
|
||||
targetRevision: main
|
||||
path: apps/audiobookshelf
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: audiobookshelf
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
|
|
@ -11,6 +11,7 @@ resources:
|
|||
- monitoring.yaml
|
||||
- nfs-subdir.yaml
|
||||
- forgejo.yaml
|
||||
- audiobookshelf.yaml
|
||||
- yopass.yaml
|
||||
- tekton.yaml
|
||||
- navidrome.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue