From f09bb430486f0918090b1b2aec50bd9335dfcf4d Mon Sep 17 00:00:00 2001 From: nold Date: Fri, 10 Mar 2023 16:38:33 +0100 Subject: [PATCH] removed(jackett) --- projects/arrstack/project.yaml | 8 ------- projects/arrstack/values/jackett.yaml | 32 --------------------------- 2 files changed, 40 deletions(-) delete mode 100644 projects/arrstack/values/jackett.yaml diff --git a/projects/arrstack/project.yaml b/projects/arrstack/project.yaml index 3e1620b7..92336539 100644 --- a/projects/arrstack/project.yaml +++ b/projects/arrstack/project.yaml @@ -11,14 +11,6 @@ apps: include: - ingress-internal -- name: jackett - namespace: jackett - chart: jackett - repoURL: https://lib42.github.io/charts - targetRevision: 1.0.0 - include: - - ingress-internal - - name: prowlarr chart: prowlarr namespace: prowlarr diff --git a/projects/arrstack/values/jackett.yaml b/projects/arrstack/values/jackett.yaml deleted file mode 100644 index b5b57366..00000000 --- a/projects/arrstack/values/jackett.yaml +++ /dev/null @@ -1,32 +0,0 @@ -image: - repository: lib42/jackett - tag: 0.20.3559 - -ingress: - main: - enabled: true - annotations: - cert-manager.io/cluster-issuer: vault-issuer - traefik.ingress.kubernetes.io/router.tls: 'true' - hosts: - - host: jackett.dc - paths: - - path: / - pathType: Prefix - tls: - - secretName: jackett-tls - hosts: - - jackett.dc - -persistence: - config: - enabled: true - storageClass: local-path - accessMode: ReadWriteOnce - size: 1Gi - - watched: - enabled: true - type: hostPath - hostPath: /data/torrent/watched - readOnly: false