forked from ab/homelab
Added sonarr
This commit is contained in:
21
k8s/apps/sonarr-stack/app.yaml
Normal file
21
k8s/apps/sonarr-stack/app.yaml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: sonarr-stack
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: apps
|
||||||
|
destination:
|
||||||
|
namespace: sonarr-stack
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
source:
|
||||||
|
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
path: k8s/apps/sonarr-stack
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
||||||
|
prune: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
|
16
k8s/apps/sonarr-stack/kustomization.yaml
Normal file
16
k8s/apps/sonarr-stack/kustomization.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
# resources:
|
||||||
|
# - app.yaml
|
||||||
|
# - external-secrets.yaml
|
||||||
|
|
||||||
|
helmCharts:
|
||||||
|
- name: sonarr
|
||||||
|
repo: https://charts.pree.dev
|
||||||
|
version: 1.10.2
|
||||||
|
releaseName: sonarr
|
||||||
|
namespace: sonarr-stack
|
||||||
|
valuesFile: sonarr-values.yaml
|
||||||
|
includeCRDs: true
|
||||||
|
|
2
k8s/apps/sonarr-stack/sonarr-values.yaml
Normal file
2
k8s/apps/sonarr-stack/sonarr-values.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
env:
|
||||||
|
TZ: Asia/Nicosia
|
Reference in New Issue
Block a user