Added sonarr
All checks were successful
Check with kubeconform / lint (push) Successful in 10s

This commit is contained in:
Ultradesu
2025-04-23 16:24:27 +03:00
parent 207dee8976
commit 4305592ff9
3 changed files with 39 additions and 0 deletions

View 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

View 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

View File

@ -0,0 +1,2 @@
env:
TZ: Asia/Nicosia