From 0dc24e09b7ada8472be96c8e2e28f6bf818c8705 Mon Sep 17 00:00:00 2001 From: mafyuh Date: Tue, 2 Jul 2024 23:33:56 -0400 Subject: [PATCH] Delete apps/production/radarr/helm-release.yaml --- apps/production/radarr/helm-release.yaml | 36 ------------------------ 1 file changed, 36 deletions(-) delete mode 100644 apps/production/radarr/helm-release.yaml diff --git a/apps/production/radarr/helm-release.yaml b/apps/production/radarr/helm-release.yaml deleted file mode 100644 index c66ebb8..0000000 --- a/apps/production/radarr/helm-release.yaml +++ /dev/null @@ -1,36 +0,0 @@ ---- -apiVersion: apps/v1 -kind: HelmRelease -metadata: - name: radarr - namespace: arrs -spec: - chart: - selector: - matchLabels: - app: radarr - replicas: 3 - template: - metadata: - labels: - app: radarr - spec: - containers: - - name: radarr - image: ghcr.io/linuxserver/radarr@sha256:594fab7afdb1de2f61a82835f3f2377a6220d4940d4b49bfa95e82d8a6b13a95 - ports: - - containerPort: 7878 - volumeMounts: - - name: radarr-config - mountPath: /config - env: - - name: TZ - value: "America/New_York" # Change this to your time zone - - name: PUID - value: "1000" # Change this to your preferred user ID - - name: PGID - value: "1000" # Change this to your preferred group ID - volumes: - - name: radarr-config - hostPath: - path: "/docker/appdata/radarr/config"