summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-31 00:03:05 +0200
committerPaul Buetow <paul@buetow.org>2026-01-31 00:03:05 +0200
commit6fd8d4e3d3f7abf54a9ae433f0c47ce18a84a3c1 (patch)
tree8c9bc0c6a2a0ce05eefd536992991e2c8f621125
parent0144f3e49162fcba6fb15f41cb8b3831ab8c1e37 (diff)
Remove jellyfin argocd application
Amp-Thread-ID: https://ampcode.com/threads/T-019c10cd-6a62-75c9-a556-f2ed9611f278 Co-authored-by: Amp <amp@ampcode.com>
-rw-r--r--f3s/argocd-apps/services/jellyfin.yaml28
1 files changed, 0 insertions, 28 deletions
diff --git a/f3s/argocd-apps/services/jellyfin.yaml b/f3s/argocd-apps/services/jellyfin.yaml
deleted file mode 100644
index f24974e..0000000
--- a/f3s/argocd-apps/services/jellyfin.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-apiVersion: argoproj.io/v1alpha1
-kind: Application
-metadata:
- name: jellyfin
- namespace: cicd
- finalizers:
- - resources-finalizer.argocd.argoproj.io
-spec:
- project: default
- source:
- repoURL: http://git-server.cicd.svc.cluster.local/conf.git
- targetRevision: master
- path: f3s/jellyfin/helm-chart
- destination:
- server: https://kubernetes.default.svc
- namespace: services
- syncPolicy:
- automated:
- prune: true
- selfHeal: true
- syncOptions:
- - CreateNamespace=false
- retry:
- limit: 3
- backoff:
- duration: 5s
- factor: 2
- maxDuration: 1m